Html Css Color HEX #206DF0 Royal Blue

📋 copy color: '#206DF0'

red 32 ◦ green 109 ◦ blue 240

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

Shades of Royal Blue #206DF0

Tints of Royal Blue #206DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.99%

R = 8.4%
G = 28.61%
B = 62.99%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#206DF0 (or 0x206DF0) is known color: Royal Blue. HEX triplet: 20, 6D and F0. RGB value is (32,109,240). Sum of RGB (Red+Green+Blue) = 32+109+240=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 240 (94.14% from 255 or 62.99% from 381); Max value from RGB is 240 - color contains mainly: blue. Hex color #206DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DF0 is #DF920F. Grayscale: #646464. Windows color (decimal): -14651920 or 15756576. OLE color: 15756576.

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

Color convert

RGB 32 109 240 -
CMYK 0.87 0.55 0 0.06
HSL 217.79º 0.87% 0.53% -
HSV(B) 217.79º 0.87% 0.94% -
XYZ 21.79 17.54 84.67 -
YUV 100.91 206.49 78.85 -
System Red Green Blue C M Y K H S L
Decimal 32 109 240 0.87 0.55 0 0.06 217.79 0.87 0.53
Hex 20 6D F0 57 37 0 6 DA 57 35
Octal 40 155 360 127 67 0 6 332 127 65
Binary 100000 1101101 11110000 1010111 110111 0 110 11011010 1010111 110101

Color Harmonies of #206DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DF0

Black with #206DF0

Text Example


Text Example

White with #206DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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