Html Css Color HEX #206FEE Royal Blue

📋 copy color: '#206FEE'

red 32 ◦ green 111 ◦ blue 238

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

Shades of Royal Blue #206FEE

Tints of Royal Blue #206FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.47%

R = 8.4%
G = 29.13%
B = 62.47%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206FEE (or 0x206FEE) is known color: Royal Blue. HEX triplet: 20, 6F and EE. RGB value is (32,111,238). Sum of RGB (Red+Green+Blue) = 32+111+238=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #206FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FEE is #DF9011. Grayscale: #656565. Windows color (decimal): -14651410 or 15626016. OLE color: 15626016.

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

Color convert

RGB 32 111 238 -
CMYK 0.87 0.53 0 0.07
HSL 216.99º 0.86% 0.53% -
HSV(B) 216.99º 0.87% 0.93% -
XYZ 21.71 17.85 83.19 -
YUV 101.86 204.83 78.17 -
System Red Green Blue C M Y K H S L
Decimal 32 111 238 0.87 0.53 0 0.07 216.99 0.86 0.53
Hex 20 6F EE 57 35 0 7 D9 56 35
Octal 40 157 356 127 65 0 7 331 126 65
Binary 100000 1101111 11101110 1010111 110101 0 111 11011001 1010110 110101

Color Harmonies of #206FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206FEE

Black with #206FEE

Text Example


Text Example

White with #206FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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