#264FCC

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

Shades of Cerulean Blue #264FCC

Tints of Cerulean Blue #264FCC

Color information

#264FCC (or 0x264FCC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4F and CC. RGB value is (38,79,204). Sum of RGB (Red+Green+Blue) = 38+79+204=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #264FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FCC is #D9B033. Grayscale: #505050. Windows color (decimal): -14266420 or 13389606. OLE color: 13389606.

HSL color Cylindrical-coordinate representation of color #264FCC: hue angle of 225.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264FCC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3879204-
CMYK0.810.6100.2
HSL225.18º68.6%47.45%-
HSV(B)225.18º81.37%80%-
XYZ14.4910.3658.36-
YUV80.99197.4297.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 204 (80.08% from 255) = 63.55%
R=11.84%
G=24.61%
B=63.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38792040.810.6100.2225.1868.647.45
Hex264FCC513D014e1452f
Octal461173141217502434110557
Binary1001101001111110011001010001111101010100111000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,204); }

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

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

 a { background-color: rgb(38,79,204); }

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

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

 span { border-color: rgb(38,79,204); }

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