Html Css Color HEX #205FF0 Royal Blue

📋 copy color: '#205FF0'

red 32 ◦ green 95 ◦ blue 240

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

Shades of Royal Blue #205FF0

Tints of Royal Blue #205FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.4%

R = 8.72%
G = 25.89%
B = 65.4%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#205FF0 (or 0x205FF0) is known color: Royal Blue. HEX triplet: 20, 5F and F0. RGB value is (32,95,240). Sum of RGB (Red+Green+Blue) = 32+95+240=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #205FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FF0 is #DFA00F. Grayscale: #5C5C5C. Windows color (decimal): -14655504 or 15752992. OLE color: 15752992.

HSL color Cylindrical-coordinate representation of color #205FF0: hue angle of 221.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205FF0 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 95 240 -
CMYK 0.87 0.60 0 0.06
HSL 221.83º 0.87% 0.53% -
HSV(B) 221.83º 0.87% 0.94% -
XYZ 20.42 14.78 84.22 -
YUV 92.69 211.13 84.71 -
System Red Green Blue C M Y K H S L
Decimal 32 95 240 0.87 0.60 0 0.06 221.83 0.87 0.53
Hex 20 5F F0 57 3C 0 6 DE 57 35
Octal 40 137 360 127 74 0 6 336 127 65
Binary 100000 1011111 11110000 1010111 111100 0 110 11011110 1010111 110101

Color Harmonies of #205FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FF0

Black with #205FF0

Text Example


Text Example

White with #205FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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