Html Css Color HEX #215ACB Cerulean Blue

📋 copy color: '#215ACB'

red 33 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #215ACB

Tints of Cerulean Blue #215ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 10.12%
G = 27.61%
B = 62.27%

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

#215ACB (or 0x215ACB) is known color: Cerulean Blue. HEX triplet: 21, 5A and CB. RGB value is (33,90,203). Sum of RGB (Red+Green+Blue) = 33+90+203=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #215ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ACB is #DEA534. Grayscale: #555555. Windows color (decimal): -14591285 or 13326881. OLE color: 13326881.

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

Color convert

RGB 33 90 203 -
CMYK 0.84 0.56 0 0.20
HSL 219.88º 0.72% 0.46% -
HSV(B) 219.88º 0.84% 0.8% -
XYZ 15.06 11.95 58.01 -
YUV 85.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 33 90 203 0.84 0.56 0 0.20 219.88 0.72 0.46
Hex 21 5A CB 54 38 0 14 DC 48 2E
Octal 41 132 313 124 70 0 24 334 110 56
Binary 100001 1011010 11001011 1010100 111000 0 10100 11011100 1001000 101110

Color Harmonies of #215ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ACB

Black with #215ACB

Text Example


Text Example

White with #215ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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