Html Css Color HEX #216CF6 Royal Blue

📋 copy color: '#216CF6'

red 33 ◦ green 108 ◦ blue 246

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

Shades of Royal Blue #216CF6

Tints of Royal Blue #216CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

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

R = 8.53%
G = 27.91%
B = 63.57%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#216CF6 (or 0x216CF6) is known color: Royal Blue. HEX triplet: 21, 6C and F6. RGB value is (33,108,246). Sum of RGB (Red+Green+Blue) = 33+108+246=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #216CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #216CF6 is #DE9309. Grayscale: #646464. Windows color (decimal): -14586634 or 16149537. OLE color: 16149537.

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

Color convert

RGB 33 108 246 -
CMYK 0.87 0.56 0 0.04
HSL 218.87º 0.92% 0.55% -
HSV(B) 218.87º 0.87% 0.96% -
XYZ 22.62 17.7 89.41 -
YUV 101.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 33 108 246 0.87 0.56 0 0.04 218.87 0.92 0.55
Hex 21 6C F6 57 38 0 4 DB 5C 37
Octal 41 154 366 127 70 0 4 333 134 67
Binary 100001 1101100 11110110 1010111 111000 0 100 11011011 1011100 110111

Color Harmonies of #216CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216CF6

Black with #216CF6

Text Example


Text Example

White with #216CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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