Html Css Color HEX #2151DC Cerulean Blue

📋 copy color: '#2151DC'

red 33 ◦ green 81 ◦ blue 220

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

Shades of Cerulean Blue #2151DC

Tints of Cerulean Blue #2151DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 9.88%
G = 24.25%
B = 65.87%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2151DC (or 0x2151DC) is known color: Cerulean Blue. HEX triplet: 21, 51 and DC. RGB value is (33,81,220). Sum of RGB (Red+Green+Blue) = 33+81+220=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #2151DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151DC is #DEAE23. Grayscale: #515151. Windows color (decimal): -14593572 or 14438689. OLE color: 14438689.

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

Color convert

RGB 33 81 220 -
CMYK 0.85 0.63 0 0.14
HSL 224.6º 0.74% 0.5% -
HSV(B) 224.6º 0.85% 0.86% -
XYZ 16.49 11.38 69.04 -
YUV 82.49 205.6 92.7 -
System Red Green Blue C M Y K H S L
Decimal 33 81 220 0.85 0.63 0 0.14 224.6 0.74 0.5
Hex 21 51 DC 55 3F 0 E E1 4A 32
Octal 41 121 334 125 77 0 16 341 112 62
Binary 100001 1010001 11011100 1010101 111111 0 1110 11100001 1001010 110010

Color Harmonies of #2151DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2151DC

Black with #2151DC

Text Example


Text Example

White with #2151DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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