Html Css Color HEX #215DD2 Cerulean Blue

📋 copy color: '#215DD2'

red 33 ◦ green 93 ◦ blue 210

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

Shades of Cerulean Blue #215DD2

Tints of Cerulean Blue #215DD2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 210 (82.42% from 255) = 62.5%

R = 9.82%
G = 27.68%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#215DD2 (or 0x215DD2) is known color: Cerulean Blue. HEX triplet: 21, 5D and D2. RGB value is (33,93,210). Sum of RGB (Red+Green+Blue) = 33+93+210=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #215DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DD2 is #DEA22D. Grayscale: #575757. Windows color (decimal): -14590510 or 13786401. OLE color: 13786401.

HSL color Cylindrical-coordinate representation of color #215DD2: hue angle of 219.66º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215DD2 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 93 210 -
CMYK 0.84 0.56 0 0.18
HSL 219.66º 0.73% 0.48% -
HSV(B) 219.66º 0.84% 0.82% -
XYZ 16.17 12.81 62.59 -
YUV 88.4 196.62 88.49 -
System Red Green Blue C M Y K H S L
Decimal 33 93 210 0.84 0.56 0 0.18 219.66 0.73 0.48
Hex 21 5D D2 54 38 0 12 DC 49 30
Octal 41 135 322 124 70 0 22 334 111 60
Binary 100001 1011101 11010010 1010100 111000 0 10010 11011100 1001001 110000

Color Harmonies of #215DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DD2

Black with #215DD2

Text Example


Text Example

White with #215DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215DD2; }

 p { color: rgb(33,93,210); }

 H1.HeaderClassName
 {
   color: #215DD2;
 }
 .AnyTagClassName
 {
   color: #215DD2;
 }
</style>

background-color css

<style>
 a { background-color: #215DD2; }

 a { background-color: rgb(33,93,210); }

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

border-color css

<style>
 span { border-color: #215DD2; }

 span { border-color: rgb(33,93,210); }

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