Html Css Color HEX #2147DB Cerulean Blue

📋 copy color: '#2147DB'

red 33 ◦ green 71 ◦ blue 219

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

Shades of Cerulean Blue #2147DB

Tints of Cerulean Blue #2147DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 10.22%
G = 21.98%
B = 67.8%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2147DB (or 0x2147DB) is known color: Cerulean Blue. HEX triplet: 21, 47 and DB. RGB value is (33,71,219). Sum of RGB (Red+Green+Blue) = 33+71+219=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2147DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147DB is #DEB824. Grayscale: #4B4B4B. Windows color (decimal): -14596133 or 14370593. OLE color: 14370593.

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

Color convert

RGB 33 71 219 -
CMYK 0.85 0.68 0 0.14
HSL 227.74º 0.74% 0.49% -
HSV(B) 227.74º 0.85% 0.86% -
XYZ 15.67 9.94 68.11 -
YUV 76.51 208.41 96.97 -
System Red Green Blue C M Y K H S L
Decimal 33 71 219 0.85 0.68 0 0.14 227.74 0.74 0.49
Hex 21 47 DB 55 44 0 E E4 4A 31
Octal 41 107 333 125 104 0 16 344 112 61
Binary 100001 1000111 11011011 1010101 1000100 0 1110 11100100 1001010 110001

Color Harmonies of #2147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147DB

Black with #2147DB

Text Example


Text Example

White with #2147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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