Html Css Color HEX #215CF6 Royal Blue

📋 copy color: '#215CF6'

red 33 ◦ green 92 ◦ blue 246

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

Shades of Royal Blue #215CF6

Tints of Royal Blue #215CF6

RGB

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

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

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

R = 8.89%
G = 24.8%
B = 66.31%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#215CF6 (or 0x215CF6) is known color: Royal Blue. HEX triplet: 21, 5C and F6. RGB value is (33,92,246). Sum of RGB (Red+Green+Blue) = 33+92+246=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #215CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CF6 is #DEA309. Grayscale: #5B5B5B. Windows color (decimal): -14590730 or 16145441. OLE color: 16145441.

HSL color Cylindrical-coordinate representation of color #215CF6: hue angle of 223.38º 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 #215CF6 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 92 246 -
CMYK 0.87 0.63 0 0.04
HSL 223.38º 0.92% 0.55% -
HSV(B) 223.38º 0.87% 0.96% -
XYZ 21.09 14.63 88.9 -
YUV 91.92 214.95 85.98 -
System Red Green Blue C M Y K H S L
Decimal 33 92 246 0.87 0.63 0 0.04 223.38 0.92 0.55
Hex 21 5C F6 57 3F 0 4 DF 5C 37
Octal 41 134 366 127 77 0 4 337 134 67
Binary 100001 1011100 11110110 1010111 111111 0 100 11011111 1011100 110111

Color Harmonies of #215CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CF6

Black with #215CF6

Text Example


Text Example

White with #215CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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