Html Css Color HEX #206FEA Royal Blue

📋 copy color: '#206FEA'

red 32 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #206FEA

Tints of Royal Blue #206FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.07%

R = 8.49%
G = 29.44%
B = 62.07%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#206FEA (or 0x206FEA) is known color: Royal Blue. HEX triplet: 20, 6F and EA. RGB value is (32,111,234). Sum of RGB (Red+Green+Blue) = 32+111+234=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #206FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FEA is #DF9015. Grayscale: #646464. Windows color (decimal): -14651414 or 15363872. OLE color: 15363872.

HSL color Cylindrical-coordinate representation of color #206FEA: hue angle of 216.53º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206FEA is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 111 234 -
CMYK 0.86 0.53 0 0.08
HSL 216.53º 0.83% 0.52% -
HSV(B) 216.53º 0.86% 0.92% -
XYZ 21.13 17.62 80.13 -
YUV 101.4 202.83 78.5 -
System Red Green Blue C M Y K H S L
Decimal 32 111 234 0.86 0.53 0 0.08 216.53 0.83 0.52
Hex 20 6F EA 56 35 0 8 D9 53 34
Octal 40 157 352 126 65 0 10 331 123 64
Binary 100000 1101111 11101010 1010110 110101 0 1000 11011001 1010011 110100

Color Harmonies of #206FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206FEA

Black with #206FEA

Text Example


Text Example

White with #206FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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