Html Css Color HEX #205FFD Royal Blue

📋 copy color: '#205FFD'

red 32 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #205FFD

Tints of Royal Blue #205FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 8.42%
G = 25%
B = 66.58%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#205FFD (or 0x205FFD) is known color: Royal Blue. HEX triplet: 20, 5F and FD. RGB value is (32,95,253). Sum of RGB (Red+Green+Blue) = 32+95+253=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #205FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FFD is #DFA002. Grayscale: #5D5D5D. Windows color (decimal): -14655491 or 16604960. OLE color: 16604960.

HSL color Cylindrical-coordinate representation of color #205FFD: hue angle of 222.9º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205FFD is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 95 253 -
CMYK 0.87 0.62 0 0.01
HSL 222.9º 0.98% 0.56% -
HSV(B) 222.9º 0.87% 0.99% -
XYZ 22.42 15.58 94.75 -
YUV 94.18 217.63 83.65 -
System Red Green Blue C M Y K H S L
Decimal 32 95 253 0.87 0.62 0 0.01 222.9 0.98 0.56
Hex 20 5F FD 57 3E 0 1 DF 62 38
Octal 40 137 375 127 76 0 1 337 142 70
Binary 100000 1011111 11111101 1010111 111110 0 1 11011111 1100010 111000

Color Harmonies of #205FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FFD

Black with #205FFD

Text Example


Text Example

White with #205FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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