Html Css Color HEX #215ABE Cerulean Blue

📋 copy color: '#215ABE'

red 33 ◦ green 90 ◦ blue 190

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

Shades of Cerulean Blue #215ABE

Tints of Cerulean Blue #215ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 10.54%
G = 28.75%
B = 60.7%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#215ABE (or 0x215ABE) is known color: Cerulean Blue. HEX triplet: 21, 5A and BE. RGB value is (33,90,190). Sum of RGB (Red+Green+Blue) = 33+90+190=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #215ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ABE is #DEA541. Grayscale: #535353. Windows color (decimal): -14591298 or 12474913. OLE color: 12474913.

HSL color Cylindrical-coordinate representation of color #215ABE: hue angle of 218.22º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215ABE is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 90 190 -
CMYK 0.83 0.53 0 0.25
HSL 218.22º 0.7% 0.44% -
HSV(B) 218.22º 0.83% 0.75% -
XYZ 13.58 11.35 50.19 -
YUV 84.36 187.62 91.37 -
System Red Green Blue C M Y K H S L
Decimal 33 90 190 0.83 0.53 0 0.25 218.22 0.7 0.44
Hex 21 5A BE 53 35 0 19 DA 46 2C
Octal 41 132 276 123 65 0 31 332 106 54
Binary 100001 1011010 10111110 1010011 110101 0 11001 11011010 1000110 101100

Color Harmonies of #215ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215ABE

Black with #215ABE

Text Example


Text Example

White with #215ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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