Html Css Color HEX #205DFD Royal Blue

📋 copy color: '#205DFD'

red 32 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #205DFD

Tints of Royal Blue #205DFD

RGB

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

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

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

R = 8.47%
G = 24.6%
B = 66.93%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#205DFD (or 0x205DFD) is known color: Royal Blue. HEX triplet: 20, 5D and FD. RGB value is (32,93,253). Sum of RGB (Red+Green+Blue) = 32+93+253=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #205DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DFD is #DFA202. Grayscale: #5C5C5C. Windows color (decimal): -14656003 or 16604448. OLE color: 16604448.

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

Color convert

RGB 32 93 253 -
CMYK 0.87 0.63 0 0.01
HSL 223.44º 0.98% 0.56% -
HSV(B) 223.44º 0.87% 0.99% -
XYZ 22.24 15.23 94.7 -
YUV 93 218.29 84.49 -
System Red Green Blue C M Y K H S L
Decimal 32 93 253 0.87 0.63 0 0.01 223.44 0.98 0.56
Hex 20 5D FD 57 3F 0 1 DF 62 38
Octal 40 135 375 127 77 0 1 337 142 70
Binary 100000 1011101 11111101 1010111 111111 0 1 11011111 1100010 111000

Color Harmonies of #205DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DFD

Black with #205DFD

Text Example


Text Example

White with #205DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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