Html Css Color HEX #215AD2 Cerulean Blue

📋 copy color: '#215AD2'

red 33 ◦ green 90 ◦ blue 210

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

Shades of Cerulean Blue #215AD2

Tints of Cerulean Blue #215AD2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 9.91%
G = 27.03%
B = 63.06%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#215AD2 (or 0x215AD2) is known color: Cerulean Blue. HEX triplet: 21, 5A and D2. RGB value is (33,90,210). Sum of RGB (Red+Green+Blue) = 33+90+210=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 210 (82.42% from 255 or 63.06% from 333); Max value from RGB is 210 - color contains mainly: blue. Hex color #215AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AD2 is #DEA52D. Grayscale: #565656. Windows color (decimal): -14591278 or 13785633. OLE color: 13785633.

HSL color Cylindrical-coordinate representation of color #215AD2: hue angle of 220.68º 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 #215AD2 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 90 210 -
CMYK 0.84 0.57 0 0.18
HSL 220.68º 0.73% 0.48% -
HSV(B) 220.68º 0.84% 0.82% -
XYZ 15.92 12.29 62.51 -
YUV 86.64 197.62 89.74 -
System Red Green Blue C M Y K H S L
Decimal 33 90 210 0.84 0.57 0 0.18 220.68 0.73 0.48
Hex 21 5A D2 54 39 0 12 DD 49 30
Octal 41 132 322 124 71 0 22 335 111 60
Binary 100001 1011010 11010010 1010100 111001 0 10010 11011101 1001001 110000

Color Harmonies of #215AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AD2

Black with #215AD2

Text Example


Text Example

White with #215AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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