Html Css Color HEX #2149DB Cerulean Blue

📋 copy color: '#2149DB'

red 33 ◦ green 73 ◦ blue 219

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

Shades of Cerulean Blue #2149DB

Tints of Cerulean Blue #2149DB

RGB

 RED value IS 33 (13.28% from 255) = 10.15%

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 10.15%
G = 22.46%
B = 67.38%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2149DB (or 0x2149DB) is known color: Cerulean Blue. HEX triplet: 21, 49 and DB. RGB value is (33,73,219). Sum of RGB (Red+Green+Blue) = 33+73+219=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #2149DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149DB is #DEB624. Grayscale: #4D4D4D. Windows color (decimal): -14595621 or 14371105. OLE color: 14371105.

HSL color Cylindrical-coordinate representation of color #2149DB: hue angle of 227.1º degrees, saturation: 0.74, 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 #2149DB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 73 219 -
CMYK 0.85 0.67 0 0.14
HSL 227.1º 0.74% 0.49% -
HSV(B) 227.1º 0.85% 0.86% -
XYZ 15.8 10.2 68.15 -
YUV 77.68 207.75 96.13 -
System Red Green Blue C M Y K H S L
Decimal 33 73 219 0.85 0.67 0 0.14 227.1 0.74 0.49
Hex 21 49 DB 55 43 0 E E3 4A 31
Octal 41 111 333 125 103 0 16 343 112 61
Binary 100001 1001001 11011011 1010101 1000011 0 1110 11100011 1001010 110001

Color Harmonies of #2149DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2149DB

Black with #2149DB

Text Example


Text Example

White with #2149DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,73,219); }

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

background-color css

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

 a { background-color: rgb(33,73,219); }

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

border-color css

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

 span { border-color: rgb(33,73,219); }

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