Html Css Color HEX #2145DB Cerulean Blue

📋 copy color: '#2145DB'

red 33 ◦ green 69 ◦ blue 219

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

Shades of Cerulean Blue #2145DB

Tints of Cerulean Blue #2145DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 10.28%
G = 21.5%
B = 68.22%

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

#2145DB (or 0x2145DB) is known color: Cerulean Blue. HEX triplet: 21, 45 and DB. RGB value is (33,69,219). Sum of RGB (Red+Green+Blue) = 33+69+219=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #2145DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145DB is #DEBA24. Grayscale: #4A4A4A. Windows color (decimal): -14596645 or 14370081. OLE color: 14370081.

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

Color convert

RGB 33 69 219 -
CMYK 0.85 0.68 0 0.14
HSL 228.39º 0.74% 0.49% -
HSV(B) 228.39º 0.85% 0.86% -
XYZ 15.54 9.69 68.07 -
YUV 75.34 209.07 97.8 -
System Red Green Blue C M Y K H S L
Decimal 33 69 219 0.85 0.68 0 0.14 228.39 0.74 0.49
Hex 21 45 DB 55 44 0 E E4 4A 31
Octal 41 105 333 125 104 0 16 344 112 61
Binary 100001 1000101 11011011 1010101 1000100 0 1110 11100100 1001010 110001

Color Harmonies of #2145DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2145DB

Black with #2145DB

Text Example


Text Example

White with #2145DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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