Html Css Color HEX #205DF6 Royal Blue

📋 copy color: '#205DF6'

red 32 ◦ green 93 ◦ blue 246

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

Shades of Royal Blue #205DF6

Tints of Royal Blue #205DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

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

R = 8.63%
G = 25.07%
B = 66.31%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#205DF6 (or 0x205DF6) is known color: Royal Blue. HEX triplet: 20, 5D and F6. RGB value is (32,93,246). Sum of RGB (Red+Green+Blue) = 32+93+246=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #205DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF6 is #DFA209. Grayscale: #5B5B5B. Windows color (decimal): -14656010 or 16145696. OLE color: 16145696.

HSL color Cylindrical-coordinate representation of color #205DF6: hue angle of 222.9º 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 #205DF6 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 93 246 -
CMYK 0.87 0.62 0 0.04
HSL 222.9º 0.92% 0.55% -
HSV(B) 222.9º 0.87% 0.96% -
XYZ 21.14 14.79 88.93 -
YUV 92.2 214.79 85.06 -
System Red Green Blue C M Y K H S L
Decimal 32 93 246 0.87 0.62 0 0.04 222.9 0.92 0.55
Hex 20 5D F6 57 3E 0 4 DF 5C 37
Octal 40 135 366 127 76 0 4 337 134 67
Binary 100000 1011101 11110110 1010111 111110 0 100 11011111 1011100 110111

Color Harmonies of #205DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DF6

Black with #205DF6

Text Example


Text Example

White with #205DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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