Html Css Color HEX #206DF1 Royal Blue

📋 copy color: '#206DF1'

red 32 ◦ green 109 ◦ blue 241

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

Shades of Royal Blue #206DF1

Tints of Royal Blue #206DF1

RGB

 RED value IS 32 (12.89% from 255) = 8.38%

 GREEN value IS 109 (42.97% from 255) = 28.53%

 BLUE value IS 241 (94.53% from 255) = 63.09%

R = 8.38%
G = 28.53%
B = 63.09%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#206DF1 (or 0x206DF1) is known color: Royal Blue. HEX triplet: 20, 6D and F1. RGB value is (32,109,241). Sum of RGB (Red+Green+Blue) = 32+109+241=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #206DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DF1 is #DF920E. Grayscale: #646464. Windows color (decimal): -14651919 or 15822112. OLE color: 15822112.

HSL color Cylindrical-coordinate representation of color #206DF1: hue angle of 217.89º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206DF1 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 109 241 -
CMYK 0.87 0.55 0 0.05
HSL 217.89º 0.88% 0.54% -
HSV(B) 217.89º 0.87% 0.95% -
XYZ 21.94 17.6 85.46 -
YUV 101.03 206.99 78.77 -
System Red Green Blue C M Y K H S L
Decimal 32 109 241 0.87 0.55 0 0.05 217.89 0.88 0.54
Hex 20 6D F1 57 37 0 5 DA 58 36
Octal 40 155 361 127 67 0 5 332 130 66
Binary 100000 1101101 11110001 1010111 110111 0 101 11011010 1011000 110110

Color Harmonies of #206DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DF1

Black with #206DF1

Text Example


Text Example

White with #206DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206DF1; }

 p { color: rgb(32,109,241); }

 H1.HeaderClassName
 {
   color: #206DF1;
 }
 .AnyTagClassName
 {
   color: #206DF1;
 }
</style>

background-color css

<style>
 a { background-color: #206DF1; }

 a { background-color: rgb(32,109,241); }

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

border-color css

<style>
 span { border-color: #206DF1; }

 span { border-color: rgb(32,109,241); }

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