Html Css Color HEX #205AFD Royal Blue

📋 copy color: '#205AFD'

red 32 ◦ green 90 ◦ blue 253

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

Shades of Royal Blue #205AFD

Tints of Royal Blue #205AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 8.53%
G = 24%
B = 67.47%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#205AFD (or 0x205AFD) is known color: Royal Blue. HEX triplet: 20, 5A and FD. RGB value is (32,90,253). Sum of RGB (Red+Green+Blue) = 32+90+253=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #205AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205AFD is #DFA502. Grayscale: #5A5A5A. Windows color (decimal): -14656771 or 16603680. OLE color: 16603680.

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

Color convert

RGB 32 90 253 -
CMYK 0.87 0.64 0 0.01
HSL 224.25º 0.98% 0.56% -
HSV(B) 224.25º 0.87% 0.99% -
XYZ 21.98 14.71 94.61 -
YUV 91.24 219.28 85.75 -
System Red Green Blue C M Y K H S L
Decimal 32 90 253 0.87 0.64 0 0.01 224.25 0.98 0.56
Hex 20 5A FD 57 40 0 1 E0 62 38
Octal 40 132 375 127 100 0 1 340 142 70
Binary 100000 1011010 11111101 1010111 1000000 0 1 11100000 1100010 111000

Color Harmonies of #205AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AFD

Black with #205AFD

Text Example


Text Example

White with #205AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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