Html Css Color HEX #2144DB Cerulean Blue

📋 copy color: '#2144DB'

red 33 ◦ green 68 ◦ blue 219

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

Shades of Cerulean Blue #2144DB

Tints of Cerulean Blue #2144DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 10.31%
G = 21.25%
B = 68.44%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2144DB (or 0x2144DB) is known color: Cerulean Blue. HEX triplet: 21, 44 and DB. RGB value is (33,68,219). Sum of RGB (Red+Green+Blue) = 33+68+219=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #2144DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2144DB is #DEBB24. Grayscale: #4A4A4A. Windows color (decimal): -14596901 or 14369825. OLE color: 14369825.

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

Color convert

RGB 33 68 219 -
CMYK 0.85 0.69 0 0.14
HSL 228.71º 0.74% 0.49% -
HSV(B) 228.71º 0.85% 0.86% -
XYZ 15.48 9.57 68.05 -
YUV 74.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 33 68 219 0.85 0.69 0 0.14 228.71 0.74 0.49
Hex 21 44 DB 55 45 0 E E5 4A 31
Octal 41 104 333 125 105 0 16 345 112 61
Binary 100001 1000100 11011011 1010101 1000101 0 1110 11100101 1001010 110001

Color Harmonies of #2144DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2144DB

Black with #2144DB

Text Example


Text Example

White with #2144DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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