Html Css Color HEX #264DAA Cerulean Blue

📋 copy color: '#264DAA'

red 38 ◦ green 77 ◦ blue 170

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

Shades of Cerulean Blue #264DAA

Tints of Cerulean Blue #264DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 13.33%
G = 27.02%
B = 59.65%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#264DAA (or 0x264DAA) is known color: Cerulean Blue. HEX triplet: 26, 4D and AA. RGB value is (38,77,170). Sum of RGB (Red+Green+Blue) = 38+77+170=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #264DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264DAA is #D9B255. Grayscale: #4B4B4B. Windows color (decimal): -14266966 or 11160870. OLE color: 11160870.

HSL color Cylindrical-coordinate representation of color #264DAA: hue angle of 222.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264DAA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 77 170 -
CMYK 0.78 0.55 0 0.33
HSL 222.27º 0.63% 0.41% -
HSV(B) 222.27º 0.78% 0.67% -
XYZ 10.71 8.62 39.13 -
YUV 75.94 181.08 100.94 -
System Red Green Blue C M Y K H S L
Decimal 38 77 170 0.78 0.55 0 0.33 222.27 0.63 0.41
Hex 26 4D AA 4E 37 0 21 DE 3F 29
Octal 46 115 252 116 67 0 41 336 77 51
Binary 100110 1001101 10101010 1001110 110111 0 100001 11011110 111111 101001

Color Harmonies of #264DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DAA

Black with #264DAA

Text Example


Text Example

White with #264DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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