#264CC7

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

Shades of Cerulean Blue #264CC7

Tints of Cerulean Blue #264CC7

Color information

#264CC7 (or 0x264CC7) is unknown color: approx Cerulean Blue. HEX triplet: 26, 4C and C7. RGB value is (38,76,199). Sum of RGB (Red+Green+Blue) = 38+76+199=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 199 (78.12% from 255 or 63.58% from 313); Max value from RGB is 199 - color contains mainly: blue. Hex color #264CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CC7 is #D9B338. Grayscale: #4E4E4E. Windows color (decimal): -14267193 or 13061158. OLE color: 13061158.

HSL color Cylindrical-coordinate representation of color #264CC7: hue angle of 225.84º 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 #264CC7 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3876199-
CMYK0.810.6200.22
HSL225.84º67.93%46.47%-
HSV(B)225.84º80.9%78.04%-
XYZ13.699.755.18-
YUV78.66195.9199-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 199 (78.12% from 255) = 63.58%
R=12.14%
G=24.28%
B=63.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal38761990.810.6200.22225.8467.9346.47
Hex264CC7513E016e2442e
Octal461143071217602634210456
Binary1001101001100110001111010001111110010110111000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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