Html Css Color HEX #2145DC Cerulean Blue

📋 copy color: '#2145DC'

red 33 ◦ green 69 ◦ blue 220

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

Shades of Cerulean Blue #2145DC

Tints of Cerulean Blue #2145DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 10.25%
G = 21.43%
B = 68.32%

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

#2145DC (or 0x2145DC) is known color: Cerulean Blue. HEX triplet: 21, 45 and DC. RGB value is (33,69,220). Sum of RGB (Red+Green+Blue) = 33+69+220=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #2145DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145DC is #DEBA23. Grayscale: #4A4A4A. Windows color (decimal): -14596644 or 14435617. OLE color: 14435617.

HSL color Cylindrical-coordinate representation of color #2145DC: hue angle of 228.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2145DC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 69 220 -
CMYK 0.85 0.69 0 0.14
HSL 228.45º 0.74% 0.5% -
HSV(B) 228.45º 0.85% 0.86% -
XYZ 15.67 9.75 68.77 -
YUV 75.45 209.57 97.72 -
System Red Green Blue C M Y K H S L
Decimal 33 69 220 0.85 0.69 0 0.14 228.45 0.74 0.5
Hex 21 45 DC 55 45 0 E E4 4A 32
Octal 41 105 334 125 105 0 16 344 112 62
Binary 100001 1000101 11011100 1010101 1000101 0 1110 11100100 1001010 110010

Color Harmonies of #2145DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2145DC

Black with #2145DC

Text Example


Text Example

White with #2145DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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