Html Css Color HEX #264ED2 Cerulean Blue

📋 copy color: '#264ED2'

red 38 ◦ green 78 ◦ blue 210

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

Shades of Cerulean Blue #264ED2

Tints of Cerulean Blue #264ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 64.42%

R = 11.66%
G = 23.93%
B = 64.42%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#264ED2 (or 0x264ED2) is known color: Cerulean Blue. HEX triplet: 26, 4E and D2. RGB value is (38,78,210). Sum of RGB (Red+Green+Blue) = 38+78+210=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 210 (82.42% from 255 or 64.42% from 326); Max value from RGB is 210 - color contains mainly: blue. Hex color #264ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264ED2 is #D9B12D. Grayscale: #505050. Windows color (decimal): -14266670 or 13782566. OLE color: 13782566.

HSL color Cylindrical-coordinate representation of color #264ED2: hue angle of 226.05º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264ED2 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 38 78 210 -
CMYK 0.82 0.63 0 0.18
HSL 226.05º 0.69% 0.49% -
HSV(B) 226.05º 0.82% 0.82% -
XYZ 15.16 10.51 62.2 -
YUV 81.09 200.75 97.27 -
System Red Green Blue C M Y K H S L
Decimal 38 78 210 0.82 0.63 0 0.18 226.05 0.69 0.49
Hex 26 4E D2 52 3F 0 12 E2 45 31
Octal 46 116 322 122 77 0 22 342 105 61
Binary 100110 1001110 11010010 1010010 111111 0 10010 11100010 1000101 110001

Color Harmonies of #264ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ED2

Black with #264ED2

Text Example


Text Example

White with #264ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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