Html Css Color HEX #215DCE Cerulean Blue

📋 copy color: '#215DCE'

red 33 ◦ green 93 ◦ blue 206

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

Shades of Cerulean Blue #215DCE

Tints of Cerulean Blue #215DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 9.94%
G = 28.01%
B = 62.05%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#215DCE (or 0x215DCE) is known color: Cerulean Blue. HEX triplet: 21, 5D and CE. RGB value is (33,93,206). Sum of RGB (Red+Green+Blue) = 33+93+206=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #215DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DCE is #DEA231. Grayscale: #575757. Windows color (decimal): -14590514 or 13524257. OLE color: 13524257.

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

Color convert

RGB 33 93 206 -
CMYK 0.84 0.55 0 0.19
HSL 219.19º 0.72% 0.47% -
HSV(B) 219.19º 0.84% 0.81% -
XYZ 15.68 12.61 60 -
YUV 87.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 33 93 206 0.84 0.55 0 0.19 219.19 0.72 0.47
Hex 21 5D CE 54 37 0 13 DB 48 2F
Octal 41 135 316 124 67 0 23 333 110 57
Binary 100001 1011101 11001110 1010100 110111 0 10011 11011011 1001000 101111

Color Harmonies of #215DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DCE

Black with #215DCE

Text Example


Text Example

White with #215DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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