Html Css Color HEX #206BF0 Royal Blue

📋 copy color: '#206BF0'

red 32 ◦ green 107 ◦ blue 240

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

Shades of Royal Blue #206BF0

Tints of Royal Blue #206BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 8.44%
G = 28.23%
B = 63.32%

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

#206BF0 (or 0x206BF0) is known color: Royal Blue. HEX triplet: 20, 6B and F0. RGB value is (32,107,240). Sum of RGB (Red+Green+Blue) = 32+107+240=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 240 (94.14% from 255 or 63.32% from 379); Max value from RGB is 240 - color contains mainly: blue. Hex color #206BF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BF0 is #DF940F. Grayscale: #636363. Windows color (decimal): -14652432 or 15756064. OLE color: 15756064.

HSL color Cylindrical-coordinate representation of color #206BF0: hue angle of 218.37º 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 #206BF0 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 107 240 -
CMYK 0.87 0.55 0 0.06
HSL 218.37º 0.87% 0.53% -
HSV(B) 218.37º 0.87% 0.94% -
XYZ 21.58 17.11 84.6 -
YUV 99.74 207.15 79.69 -
System Red Green Blue C M Y K H S L
Decimal 32 107 240 0.87 0.55 0 0.06 218.37 0.87 0.53
Hex 20 6B F0 57 37 0 6 DA 57 35
Octal 40 153 360 127 67 0 6 332 127 65
Binary 100000 1101011 11110000 1010111 110111 0 110 11011010 1010111 110101

Color Harmonies of #206BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BF0

Black with #206BF0

Text Example


Text Example

White with #206BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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