Html Css Color HEX #205DF5 Royal Blue

📋 copy color: '#205DF5'

red 32 ◦ green 93 ◦ blue 245

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

Shades of Royal Blue #205DF5

Tints of Royal Blue #205DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 66.22%

R = 8.65%
G = 25.14%
B = 66.22%

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

#205DF5 (or 0x205DF5) is known color: Royal Blue. HEX triplet: 20, 5D and F5. RGB value is (32,93,245). Sum of RGB (Red+Green+Blue) = 32+93+245=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 245 (96.09% from 255 or 66.22% from 370); Max value from RGB is 245 - color contains mainly: blue. Hex color #205DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF5 is #DFA20A. Grayscale: #5B5B5B. Windows color (decimal): -14656011 or 16080160. OLE color: 16080160.

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

Color convert

RGB 32 93 245 -
CMYK 0.87 0.62 0 0.04
HSL 222.82º 0.91% 0.54% -
HSV(B) 222.82º 0.87% 0.96% -
XYZ 20.99 14.73 88.12 -
YUV 92.09 214.29 85.14 -
System Red Green Blue C M Y K H S L
Decimal 32 93 245 0.87 0.62 0 0.04 222.82 0.91 0.54
Hex 20 5D F5 57 3E 0 4 DF 5B 36
Octal 40 135 365 127 76 0 4 337 133 66
Binary 100000 1011101 11110101 1010111 111110 0 100 11011111 1011011 110110

Color Harmonies of #205DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DF5

Black with #205DF5

Text Example


Text Example

White with #205DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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