Html Css Color HEX #264EA8 Cerulean Blue

📋 copy color: '#264EA8'

red 38 ◦ green 78 ◦ blue 168

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

Shades of Cerulean Blue #264EA8

Tints of Cerulean Blue #264EA8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

 BLUE value IS 168 (66.02% from 255) = 59.15%

R = 13.38%
G = 27.46%
B = 59.15%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#264EA8 (or 0x264EA8) is known color: Cerulean Blue. HEX triplet: 26, 4E and A8. RGB value is (38,78,168). Sum of RGB (Red+Green+Blue) = 38+78+168=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #264EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264EA8 is #D9B157. Grayscale: #4B4B4B. Windows color (decimal): -14266712 or 11030054. OLE color: 11030054.

HSL color Cylindrical-coordinate representation of color #264EA8: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264EA8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 38 78 168 -
CMYK 0.77 0.54 0 0.34
HSL 221.54º 0.63% 0.4% -
HSV(B) 221.54º 0.77% 0.66% -
XYZ 10.59 8.69 38.16 -
YUV 76.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 38 78 168 0.77 0.54 0 0.34 221.54 0.63 0.4
Hex 26 4E A8 4D 36 0 22 DE 3F 28
Octal 46 116 250 115 66 0 42 336 77 50
Binary 100110 1001110 10101000 1001101 110110 0 100010 11011110 111111 101000

Color Harmonies of #264EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EA8

Black with #264EA8

Text Example


Text Example

White with #264EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,168); }

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

background-color css

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

 a { background-color: rgb(38,78,168); }

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

border-color css

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

 span { border-color: rgb(38,78,168); }

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