Html Css Color HEX #215DF6 Royal Blue

📋 copy color: '#215DF6'

red 33 ◦ green 93 ◦ blue 246

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

Shades of Royal Blue #215DF6

Tints of Royal Blue #215DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

 BLUE value IS 246 (96.48% from 255) = 66.13%

R = 8.87%
G = 25%
B = 66.13%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#215DF6 (or 0x215DF6) is known color: Royal Blue. HEX triplet: 21, 5D and F6. RGB value is (33,93,246). Sum of RGB (Red+Green+Blue) = 33+93+246=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #215DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215DF6 is #DEA209. Grayscale: #5B5B5B. Windows color (decimal): -14590474 or 16145697. OLE color: 16145697.

HSL color Cylindrical-coordinate representation of color #215DF6: hue angle of 223.1º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215DF6 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 93 246 -
CMYK 0.87 0.62 0 0.04
HSL 223.1º 0.92% 0.55% -
HSV(B) 223.1º 0.87% 0.96% -
XYZ 21.18 14.81 88.93 -
YUV 92.5 214.62 85.56 -
System Red Green Blue C M Y K H S L
Decimal 33 93 246 0.87 0.62 0 0.04 223.1 0.92 0.55
Hex 21 5D F6 57 3E 0 4 DF 5C 37
Octal 41 135 366 127 76 0 4 337 134 67
Binary 100001 1011101 11110110 1010111 111110 0 100 11011111 1011100 110111

Color Harmonies of #215DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215DF6

Black with #215DF6

Text Example


Text Example

White with #215DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,93,246); }

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

background-color css

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

 a { background-color: rgb(33,93,246); }

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

border-color css

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

 span { border-color: rgb(33,93,246); }

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