Html Css Color HEX #205FF5 Royal Blue

📋 copy color: '#205FF5'

red 32 ◦ green 95 ◦ blue 245

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

Shades of Royal Blue #205FF5

Tints of Royal Blue #205FF5

RGB

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

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

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

R = 8.6%
G = 25.54%
B = 65.86%

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

#205FF5 (or 0x205FF5) is known color: Royal Blue. HEX triplet: 20, 5F and F5. RGB value is (32,95,245). Sum of RGB (Red+Green+Blue) = 32+95+245=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #205FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FF5 is #DFA00A. Grayscale: #5C5C5C. Windows color (decimal): -14655499 or 16080672. OLE color: 16080672.

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

Color convert

RGB 32 95 245 -
CMYK 0.87 0.61 0 0.04
HSL 222.25º 0.91% 0.54% -
HSV(B) 222.25º 0.87% 0.96% -
XYZ 21.17 15.08 88.18 -
YUV 93.26 213.63 84.3 -
System Red Green Blue C M Y K H S L
Decimal 32 95 245 0.87 0.61 0 0.04 222.25 0.91 0.54
Hex 20 5F F5 57 3D 0 4 DE 5B 36
Octal 40 137 365 127 75 0 4 336 133 66
Binary 100000 1011111 11110101 1010111 111101 0 100 11011110 1011011 110110

Color Harmonies of #205FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FF5

Black with #205FF5

Text Example


Text Example

White with #205FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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