Html Css Color HEX #206BEE Royal Blue

📋 copy color: '#206BEE'

red 32 ◦ green 107 ◦ blue 238

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

Shades of Royal Blue #206BEE

Tints of Royal Blue #206BEE

RGB

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

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

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

R = 8.49%
G = 28.38%
B = 63.13%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#206BEE (or 0x206BEE) is known color: Royal Blue. HEX triplet: 20, 6B and EE. RGB value is (32,107,238). Sum of RGB (Red+Green+Blue) = 32+107+238=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #206BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206BEE is #DF9411. Grayscale: #626262. Windows color (decimal): -14652434 or 15624992. OLE color: 15624992.

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

Color convert

RGB 32 107 238 -
CMYK 0.87 0.55 0 0.07
HSL 218.16º 0.86% 0.53% -
HSV(B) 218.16º 0.87% 0.93% -
XYZ 21.29 17 83.05 -
YUV 99.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 32 107 238 0.87 0.55 0 0.07 218.16 0.86 0.53
Hex 20 6B EE 57 37 0 7 DA 56 35
Octal 40 153 356 127 67 0 7 332 126 65
Binary 100000 1101011 11101110 1010111 110111 0 111 11011010 1010110 110101

Color Harmonies of #206BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206BEE

Black with #206BEE

Text Example


Text Example

White with #206BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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