Html Css Color HEX #215BCC Cerulean Blue

📋 copy color: '#215BCC'

red 33 ◦ green 91 ◦ blue 204

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

Shades of Cerulean Blue #215BCC

Tints of Cerulean Blue #215BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 10.06%
G = 27.74%
B = 62.2%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#215BCC (or 0x215BCC) is known color: Cerulean Blue. HEX triplet: 21, 5B and CC. RGB value is (33,91,204). Sum of RGB (Red+Green+Blue) = 33+91+204=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #215BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BCC is #DEA433. Grayscale: #565656. Windows color (decimal): -14591028 or 13392673. OLE color: 13392673.

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

Color convert

RGB 33 91 204 -
CMYK 0.84 0.55 0 0.2
HSL 219.65º 0.72% 0.46% -
HSV(B) 219.65º 0.84% 0.8% -
XYZ 15.27 12.17 58.67 -
YUV 86.54 194.28 89.81 -
System Red Green Blue C M Y K H S L
Decimal 33 91 204 0.84 0.55 0 0.2 219.65 0.72 0.46
Hex 21 5B CC 54 37 0 14 DC 48 2E
Octal 41 133 314 124 67 0 24 334 110 56
Binary 100001 1011011 11001100 1010100 110111 0 10100 11011100 1001000 101110

Color Harmonies of #215BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BCC

Black with #215BCC

Text Example


Text Example

White with #215BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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