Html Css Color HEX #206FE8 Royal Blue

📋 copy color: '#206FE8'

red 32 ◦ green 111 ◦ blue 232

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

Shades of Royal Blue #206FE8

Tints of Royal Blue #206FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 232 (91.02% from 255) = 61.87%

R = 8.53%
G = 29.6%
B = 61.87%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#206FE8 (or 0x206FE8) is known color: Royal Blue. HEX triplet: 20, 6F and E8. RGB value is (32,111,232). Sum of RGB (Red+Green+Blue) = 32+111+232=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #206FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FE8 is #DF9017. Grayscale: #646464. Windows color (decimal): -14651416 or 15232800. OLE color: 15232800.

HSL color Cylindrical-coordinate representation of color #206FE8: hue angle of 216.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206FE8 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 111 232 -
CMYK 0.86 0.52 0 0.09
HSL 216.3º 0.81% 0.52% -
HSV(B) 216.3º 0.86% 0.91% -
XYZ 20.85 17.5 78.62 -
YUV 101.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 32 111 232 0.86 0.52 0 0.09 216.3 0.81 0.52
Hex 20 6F E8 56 34 0 9 D8 51 34
Octal 40 157 350 126 64 0 11 330 121 64
Binary 100000 1101111 11101000 1010110 110100 0 1001 11011000 1010001 110100

Color Harmonies of #206FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206FE8

Black with #206FE8

Text Example


Text Example

White with #206FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,111,232); }

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

background-color css

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

 a { background-color: rgb(32,111,232); }

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

border-color css

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

 span { border-color: rgb(32,111,232); }

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