Html Css Color HEX #264DB6 Cerulean Blue

📋 copy color: '#264DB6'

red 38 ◦ green 77 ◦ blue 182

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

Shades of Cerulean Blue #264DB6

Tints of Cerulean Blue #264DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.28%

R = 12.79%
G = 25.93%
B = 61.28%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#264DB6 (or 0x264DB6) is known color: Cerulean Blue. HEX triplet: 26, 4D and B6. RGB value is (38,77,182). Sum of RGB (Red+Green+Blue) = 38+77+182=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #264DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DB6 is #D9B249. Grayscale: #4C4C4C. Windows color (decimal): -14266954 or 11947302. OLE color: 11947302.

HSL color Cylindrical-coordinate representation of color #264DB6: hue angle of 223.75º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264DB6 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 38 77 182 -
CMYK 0.79 0.58 0 0.29
HSL 223.75º 0.65% 0.43% -
HSV(B) 223.75º 0.79% 0.71% -
XYZ 11.9 9.1 45.38 -
YUV 77.31 187.08 99.96 -
System Red Green Blue C M Y K H S L
Decimal 38 77 182 0.79 0.58 0 0.29 223.75 0.65 0.43
Hex 26 4D B6 4F 3A 0 1D E0 41 2B
Octal 46 115 266 117 72 0 35 340 101 53
Binary 100110 1001101 10110110 1001111 111010 0 11101 11100000 1000001 101011

Color Harmonies of #264DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DB6

Black with #264DB6

Text Example


Text Example

White with #264DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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