Html Css Color HEX #264ED6 Cerulean Blue

📋 copy color: '#264ED6'

red 38 ◦ green 78 ◦ blue 214

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

Shades of Cerulean Blue #264ED6

Tints of Cerulean Blue #264ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.85%

R = 11.52%
G = 23.64%
B = 64.85%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#264ED6 (or 0x264ED6) is known color: Cerulean Blue. HEX triplet: 26, 4E and D6. RGB value is (38,78,214). Sum of RGB (Red+Green+Blue) = 38+78+214=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #264ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264ED6 is #D9B129. Grayscale: #505050. Windows color (decimal): -14266666 or 14044710. OLE color: 14044710.

HSL color Cylindrical-coordinate representation of color #264ED6: hue angle of 226.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264ED6 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 78 214 -
CMYK 0.82 0.64 0 0.16
HSL 226.36º 0.7% 0.49% -
HSV(B) 226.36º 0.82% 0.84% -
XYZ 15.66 10.72 64.86 -
YUV 81.54 202.75 96.94 -
System Red Green Blue C M Y K H S L
Decimal 38 78 214 0.82 0.64 0 0.16 226.36 0.7 0.49
Hex 26 4E D6 52 40 0 10 E2 46 31
Octal 46 116 326 122 100 0 20 342 106 61
Binary 100110 1001110 11010110 1010010 1000000 0 10000 11100010 1000110 110001

Color Harmonies of #264ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ED6

Black with #264ED6

Text Example


Text Example

White with #264ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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