Html Css Color HEX #215BCB Cerulean Blue

📋 copy color: '#215BCB'

red 33 ◦ green 91 ◦ blue 203

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

Shades of Cerulean Blue #215BCB

Tints of Cerulean Blue #215BCB

RGB

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

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

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

R = 10.09%
G = 27.83%
B = 62.08%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#215BCB (or 0x215BCB) is known color: Cerulean Blue. HEX triplet: 21, 5B and CB. RGB value is (33,91,203). Sum of RGB (Red+Green+Blue) = 33+91+203=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #215BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BCB is #DEA434. Grayscale: #555555. Windows color (decimal): -14591029 or 13327137. OLE color: 13327137.

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

Color convert

RGB 33 91 203 -
CMYK 0.84 0.55 0 0.20
HSL 219.53º 0.72% 0.46% -
HSV(B) 219.53º 0.84% 0.8% -
XYZ 15.15 12.12 58.04 -
YUV 86.43 193.78 89.89 -
System Red Green Blue C M Y K H S L
Decimal 33 91 203 0.84 0.55 0 0.20 219.53 0.72 0.46
Hex 21 5B CB 54 37 0 14 DC 48 2E
Octal 41 133 313 124 67 0 24 334 110 56
Binary 100001 1011011 11001011 1010100 110111 0 10100 11011100 1001000 101110

Color Harmonies of #215BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BCB

Black with #215BCB

Text Example


Text Example

White with #215BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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