Html Css Color HEX #205FF6 Royal Blue

📋 copy color: '#205FF6'

red 32 ◦ green 95 ◦ blue 246

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

Shades of Royal Blue #205FF6

Tints of Royal Blue #205FF6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

 BLUE value IS 246 (96.48% from 255) = 65.95%

R = 8.58%
G = 25.47%
B = 65.95%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#205FF6 (or 0x205FF6) is known color: Royal Blue. HEX triplet: 20, 5F and F6. RGB value is (32,95,246). Sum of RGB (Red+Green+Blue) = 32+95+246=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #205FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FF6 is #DFA009. Grayscale: #5C5C5C. Windows color (decimal): -14655498 or 16146208. OLE color: 16146208.

HSL color Cylindrical-coordinate representation of color #205FF6: hue angle of 222.34º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205FF6 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 95 246 -
CMYK 0.87 0.61 0 0.04
HSL 222.34º 0.92% 0.55% -
HSV(B) 222.34º 0.87% 0.96% -
XYZ 21.32 15.15 88.99 -
YUV 93.38 214.13 84.22 -
System Red Green Blue C M Y K H S L
Decimal 32 95 246 0.87 0.61 0 0.04 222.34 0.92 0.55
Hex 20 5F F6 57 3D 0 4 DE 5C 37
Octal 40 137 366 127 75 0 4 336 134 67
Binary 100000 1011111 11110110 1010111 111101 0 100 11011110 1011100 110111

Color Harmonies of #205FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FF6

Black with #205FF6

Text Example


Text Example

White with #205FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205FF6; }

 p { color: rgb(32,95,246); }

 H1.HeaderClassName
 {
   color: #205FF6;
 }
 .AnyTagClassName
 {
   color: #205FF6;
 }
</style>

background-color css

<style>
 a { background-color: #205FF6; }

 a { background-color: rgb(32,95,246); }

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

border-color css

<style>
 span { border-color: #205FF6; }

 span { border-color: rgb(32,95,246); }

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