Html Css Color HEX #2454D6 Cerulean Blue

📋 copy color: '#2454D6'

red 36 ◦ green 84 ◦ blue 214

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

Shades of Cerulean Blue #2454D6

Tints of Cerulean Blue #2454D6

RGB

 RED value IS 36 (14.45% from 255) = 10.78%

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 10.78%
G = 25.15%
B = 64.07%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2454D6 (or 0x2454D6) is known color: Cerulean Blue. HEX triplet: 24, 54 and D6. RGB value is (36,84,214). Sum of RGB (Red+Green+Blue) = 36+84+214=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #2454D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2454D6 is #DBAB29. Grayscale: #535353. Windows color (decimal): -14396202 or 14046244. OLE color: 14046244.

HSL color Cylindrical-coordinate representation of color #2454D6: hue angle of 223.82º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2454D6 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 36 84 214 -
CMYK 0.83 0.61 0 0.16
HSL 223.82º 0.71% 0.49% -
HSV(B) 223.82º 0.83% 0.84% -
XYZ 16.04 11.57 65.01 -
YUV 84.47 201.1 93.43 -
System Red Green Blue C M Y K H S L
Decimal 36 84 214 0.83 0.61 0 0.16 223.82 0.71 0.49
Hex 24 54 D6 53 3D 0 10 E0 47 31
Octal 44 124 326 123 75 0 20 340 107 61
Binary 100100 1010100 11010110 1010011 111101 0 10000 11100000 1000111 110001

Color Harmonies of #2454D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2454D6

Black with #2454D6

Text Example


Text Example

White with #2454D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2454D6; }

 p { color: rgb(36,84,214); }

 H1.HeaderClassName
 {
   color: #2454D6;
 }
 .AnyTagClassName
 {
   color: #2454D6;
 }
</style>

background-color css

<style>
 a { background-color: #2454D6; }

 a { background-color: rgb(36,84,214); }

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

border-color css

<style>
 span { border-color: #2454D6; }

 span { border-color: rgb(36,84,214); }

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