Html Css Color HEX #205DF8 Royal Blue

📋 copy color: '#205DF8'

red 32 ◦ green 93 ◦ blue 248

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

Shades of Royal Blue #205DF8

Tints of Royal Blue #205DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 66.49%

R = 8.58%
G = 24.93%
B = 66.49%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#205DF8 (or 0x205DF8) is known color: Royal Blue. HEX triplet: 20, 5D and F8. RGB value is (32,93,248). Sum of RGB (Red+Green+Blue) = 32+93+248=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #205DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DF8 is #DFA207. Grayscale: #5B5B5B. Windows color (decimal): -14656008 or 16276768. OLE color: 16276768.

HSL color Cylindrical-coordinate representation of color #205DF8: hue angle of 223.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DF8 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 93 248 -
CMYK 0.87 0.62 0 0.03
HSL 223.06º 0.94% 0.55% -
HSV(B) 223.06º 0.87% 0.97% -
XYZ 21.45 14.91 90.55 -
YUV 92.43 215.79 84.9 -
System Red Green Blue C M Y K H S L
Decimal 32 93 248 0.87 0.62 0 0.03 223.06 0.94 0.55
Hex 20 5D F8 57 3E 0 3 DF 5E 37
Octal 40 135 370 127 76 0 3 337 136 67
Binary 100000 1011101 11111000 1010111 111110 0 11 11011111 1011110 110111

Color Harmonies of #205DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DF8

Black with #205DF8

Text Example


Text Example

White with #205DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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