Html Css Color HEX #215DD0 Cerulean Blue

📋 copy color: '#215DD0'

red 33 ◦ green 93 ◦ blue 208

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

Shades of Cerulean Blue #215DD0

Tints of Cerulean Blue #215DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 9.88%
G = 27.84%
B = 62.28%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#215DD0 (or 0x215DD0) is known color: Cerulean Blue. HEX triplet: 21, 5D and D0. RGB value is (33,93,208). Sum of RGB (Red+Green+Blue) = 33+93+208=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #215DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DD0 is #DEA22F. Grayscale: #575757. Windows color (decimal): -14590512 or 13655329. OLE color: 13655329.

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

Color convert

RGB 33 93 208 -
CMYK 0.84 0.55 0 0.18
HSL 219.43º 0.73% 0.47% -
HSV(B) 219.43º 0.84% 0.82% -
XYZ 15.93 12.71 61.29 -
YUV 88.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 33 93 208 0.84 0.55 0 0.18 219.43 0.73 0.47
Hex 21 5D D0 54 37 0 12 DB 49 2F
Octal 41 135 320 124 67 0 22 333 111 57
Binary 100001 1011101 11010000 1010100 110111 0 10010 11011011 1001001 101111

Color Harmonies of #215DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DD0

Black with #215DD0

Text Example


Text Example

White with #215DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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