Html Css Color HEX #215ACC Cerulean Blue

📋 copy color: '#215ACC'

red 33 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #215ACC

Tints of Cerulean Blue #215ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 10.09%
G = 27.52%
B = 62.39%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#215ACC (or 0x215ACC) is known color: Cerulean Blue. HEX triplet: 21, 5A and CC. RGB value is (33,90,204). Sum of RGB (Red+Green+Blue) = 33+90+204=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #215ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ACC is #DEA533. Grayscale: #555555. Windows color (decimal): -14591284 or 13392417. OLE color: 13392417.

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

Color convert

RGB 33 90 204 -
CMYK 0.84 0.56 0 0.2
HSL 220º 0.72% 0.46% -
HSV(B) 220º 0.84% 0.8% -
XYZ 15.18 12 58.64 -
YUV 85.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 33 90 204 0.84 0.56 0 0.2 220 0.72 0.46
Hex 21 5A CC 54 38 0 14 DC 48 2E
Octal 41 132 314 124 70 0 24 334 110 56
Binary 100001 1011010 11001100 1010100 111000 0 10100 11011100 1001000 101110

Color Harmonies of #215ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ACC

Black with #215ACC

Text Example


Text Example

White with #215ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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