Html Css Color HEX #215CEF Royal Blue

📋 copy color: '#215CEF'

red 33 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #215CEF

Tints of Royal Blue #215CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 239 (93.75% from 255) = 65.66%

R = 9.07%
G = 25.27%
B = 65.66%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#215CEF (or 0x215CEF) is known color: Royal Blue. HEX triplet: 21, 5C and EF. RGB value is (33,92,239). Sum of RGB (Red+Green+Blue) = 33+92+239=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #215CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CEF is #DEA310. Grayscale: #5A5A5A. Windows color (decimal): -14590737 or 15686689. OLE color: 15686689.

HSL color Cylindrical-coordinate representation of color #215CEF: hue angle of 222.82º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215CEF is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 92 239 -
CMYK 0.86 0.62 0 0.06
HSL 222.82º 0.87% 0.53% -
HSV(B) 222.82º 0.86% 0.94% -
XYZ 20.03 14.21 83.35 -
YUV 91.12 211.45 86.55 -
System Red Green Blue C M Y K H S L
Decimal 33 92 239 0.86 0.62 0 0.06 222.82 0.87 0.53
Hex 21 5C EF 56 3E 0 6 DF 57 35
Octal 41 134 357 126 76 0 6 337 127 65
Binary 100001 1011100 11101111 1010110 111110 0 110 11011111 1010111 110101

Color Harmonies of #215CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CEF

Black with #215CEF

Text Example


Text Example

White with #215CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,239); }

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

background-color css

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

 a { background-color: rgb(33,92,239); }

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

border-color css

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

 span { border-color: rgb(33,92,239); }

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