Html Css Color HEX #215ACD Cerulean Blue

📋 copy color: '#215ACD'

red 33 ◦ green 90 ◦ blue 205

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

Shades of Cerulean Blue #215ACD

Tints of Cerulean Blue #215ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 10.06%
G = 27.44%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#215ACD (or 0x215ACD) is known color: Cerulean Blue. HEX triplet: 21, 5A and CD. RGB value is (33,90,205). Sum of RGB (Red+Green+Blue) = 33+90+205=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #215ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ACD is #DEA532. Grayscale: #555555. Windows color (decimal): -14591283 or 13457953. OLE color: 13457953.

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

Color convert

RGB 33 90 205 -
CMYK 0.84 0.56 0 0.20
HSL 220.12º 0.72% 0.47% -
HSV(B) 220.12º 0.84% 0.8% -
XYZ 15.3 12.04 59.28 -
YUV 86.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 33 90 205 0.84 0.56 0 0.20 220.12 0.72 0.47
Hex 21 5A CD 54 38 0 14 DC 48 2F
Octal 41 132 315 124 70 0 24 334 110 57
Binary 100001 1011010 11001101 1010100 111000 0 10100 11011100 1001000 101111

Color Harmonies of #215ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ACD

Black with #215ACD

Text Example


Text Example

White with #215ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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