#264DC7

Color #264DC7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #264DC7

Tints of Cerulean Blue #264DC7

Color information

#264DC7 (or 0x264DC7) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4D and C7. RGB value is (38,77,199). Sum of RGB (Red+Green+Blue) = 38+77+199=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #264DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DC7 is #D9B238. Grayscale: #4E4E4E. Windows color (decimal): -14266937 or 13061414. OLE color: 13061414.

HSL color Cylindrical-coordinate representation of color #264DC7: hue angle of 225.47º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264DC7 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3877199-
CMYK0.810.6100.22
HSL225.47º67.93%46.47%-
HSV(B)225.47º80.9%78.04%-
XYZ13.769.8455.21-
YUV79.25195.5898.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 199 (78.12% from 255) = 63.38%
R=12.10%
G=24.52%
B=63.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38771990.810.6100.22225.4767.9346.47
Hex264DC7513D016e1442e
Octal461153071217502634110456
Binary1001101001101110001111010001111101010110111000011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264DC7; }

 p { color: rgb(38,77,199); }

 H1.HeaderClassName
 {
   color: #264DC7;
 }
 .AnyTagClassName
 {
   color: #264DC7;
 }
</style>
background-color css

<style>
 a { background-color: #264DC7; }

 a { background-color: rgb(38,77,199); }

 div.DivClassName
 {
   background-color: #264DC7;
 }
 .BgClassName
 {
   background-color: #264DC7;
 }
</style>
border-color css

<style>
 span { border-color: #264DC7; }

 span { border-color: rgb(38,77,199); }

 td.TdClassName
 {
   border-color: #264DC7;
 }
 .TagClassName
 {
   border-color: #264DC7;
 }
</style>