Html Css Color HEX #215AD4 Cerulean Blue

📋 copy color: '#215AD4'

red 33 ◦ green 90 ◦ blue 212

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

Shades of Cerulean Blue #215AD4

Tints of Cerulean Blue #215AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 63.28%

R = 9.85%
G = 26.87%
B = 63.28%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#215AD4 (or 0x215AD4) is known color: Cerulean Blue. HEX triplet: 21, 5A and D4. RGB value is (33,90,212). Sum of RGB (Red+Green+Blue) = 33+90+212=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 212 (83.20% from 255 or 63.28% from 335); Max value from RGB is 212 - color contains mainly: blue. Hex color #215AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AD4 is #DEA52B. Grayscale: #565656. Windows color (decimal): -14591276 or 13916705. OLE color: 13916705.

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

Color convert

RGB 33 90 212 -
CMYK 0.84 0.58 0 0.17
HSL 220.89º 0.73% 0.48% -
HSV(B) 220.89º 0.84% 0.83% -
XYZ 16.17 12.39 63.83 -
YUV 86.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 33 90 212 0.84 0.58 0 0.17 220.89 0.73 0.48
Hex 21 5A D4 54 3A 0 11 DD 49 30
Octal 41 132 324 124 72 0 21 335 111 60
Binary 100001 1011010 11010100 1010100 111010 0 10001 11011101 1001001 110000

Color Harmonies of #215AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AD4

Black with #215AD4

Text Example


Text Example

White with #215AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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