Html Css Color HEX #206CEE Royal Blue

📋 copy color: '#206CEE'

red 32 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #206CEE

Tints of Royal Blue #206CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 8.47%
G = 28.57%
B = 62.96%

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

#206CEE (or 0x206CEE) is known color: Royal Blue. HEX triplet: 20, 6C and EE. RGB value is (32,108,238). Sum of RGB (Red+Green+Blue) = 32+108+238=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #206CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CEE is #DF9311. Grayscale: #636363. Windows color (decimal): -14652178 or 15625248. OLE color: 15625248.

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

Color convert

RGB 32 108 238 -
CMYK 0.87 0.55 0 0.07
HSL 217.86º 0.86% 0.53% -
HSV(B) 217.86º 0.87% 0.93% -
XYZ 21.39 17.21 83.08 -
YUV 100.1 205.82 79.43 -
System Red Green Blue C M Y K H S L
Decimal 32 108 238 0.87 0.55 0 0.07 217.86 0.86 0.53
Hex 20 6C EE 57 37 0 7 DA 56 35
Octal 40 154 356 127 67 0 7 332 126 65
Binary 100000 1101100 11101110 1010111 110111 0 111 11011010 1010110 110101

Color Harmonies of #206CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206CEE

Black with #206CEE

Text Example


Text Example

White with #206CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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