Html Css Color HEX #264CCC Cerulean Blue

📋 copy color: '#264CCC'

red 38 ◦ green 76 ◦ blue 204

#264CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #264CCC

Tints of Cerulean Blue #264CCC

RGB

 RED value IS 38 (15.23% from 255) = 11.95%

 GREEN value IS 76 (30.08% from 255) = 23.9%

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 11.95%
G = 23.9%
B = 64.15%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#264CCC (or 0x264CCC) is known color: Cerulean Blue. HEX triplet: 26, 4C and CC. RGB value is (38,76,204). Sum of RGB (Red+Green+Blue) = 38+76+204=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #264CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CCC is #D9B333. Grayscale: #4E4E4E. Windows color (decimal): -14267188 or 13388838. OLE color: 13388838.

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

Color convert

RGB 38 76 204 -
CMYK 0.81 0.63 0 0.2
HSL 226.27º 0.69% 0.47% -
HSV(B) 226.27º 0.81% 0.8% -
XYZ 14.28 9.94 58.29 -
YUV 79.23 198.41 98.59 -
System Red Green Blue C M Y K H S L
Decimal 38 76 204 0.81 0.63 0 0.2 226.27 0.69 0.47
Hex 26 4C CC 51 3F 0 14 E2 45 2F
Octal 46 114 314 121 77 0 24 342 105 57
Binary 100110 1001100 11001100 1010001 111111 0 10100 11100010 1000101 101111

Color Harmonies of #264CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CCC

Black with #264CCC

Text Example


Text Example

White with #264CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #264CCC;
 }
 .AnyTagClassName
 {
   color: #264CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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