Html Css Color HEX #2054DB Cerulean Blue

📋 copy color: '#2054DB'

red 32 ◦ green 84 ◦ blue 219

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

Shades of Cerulean Blue #2054DB

Tints of Cerulean Blue #2054DB

RGB

 RED value IS 32 (12.89% from 255) = 9.55%

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 9.55%
G = 25.07%
B = 65.37%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2054DB (or 0x2054DB) is known color: Cerulean Blue. HEX triplet: 20, 54 and DB. RGB value is (32,84,219). Sum of RGB (Red+Green+Blue) = 32+84+219=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #2054DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2054DB is #DFAB24. Grayscale: #535353. Windows color (decimal): -14658341 or 14373920. OLE color: 14373920.

HSL color Cylindrical-coordinate representation of color #2054DB: hue angle of 223.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2054DB is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 84 219 -
CMYK 0.85 0.62 0 0.14
HSL 223.32º 0.75% 0.49% -
HSV(B) 223.32º 0.85% 0.86% -
XYZ 16.55 11.76 68.42 -
YUV 83.84 204.27 91.02 -
System Red Green Blue C M Y K H S L
Decimal 32 84 219 0.85 0.62 0 0.14 223.32 0.75 0.49
Hex 20 54 DB 55 3E 0 E DF 4B 31
Octal 40 124 333 125 76 0 16 337 113 61
Binary 100000 1010100 11011011 1010101 111110 0 1110 11011111 1001011 110001

Color Harmonies of #2054DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2054DB

Black with #2054DB

Text Example


Text Example

White with #2054DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2054DB; }

 p { color: rgb(32,84,219); }

 H1.HeaderClassName
 {
   color: #2054DB;
 }
 .AnyTagClassName
 {
   color: #2054DB;
 }
</style>

background-color css

<style>
 a { background-color: #2054DB; }

 a { background-color: rgb(32,84,219); }

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

border-color css

<style>
 span { border-color: #2054DB; }

 span { border-color: rgb(32,84,219); }

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