Html Css Color HEX #205DFF Royal Blue

📋 copy color: '#205DFF'

red 32 ◦ green 93 ◦ blue 255

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

Shades of Royal Blue #205DFF

Tints of Royal Blue #205DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.11%

R = 8.42%
G = 24.47%
B = 67.11%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#205DFF (or 0x205DFF) is known color: Royal Blue. HEX triplet: 20, 5D and FF. RGB value is (32,93,255). Sum of RGB (Red+Green+Blue) = 32+93+255=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #205DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DFF is #DFA200. Grayscale: #5C5C5C. Windows color (decimal): -14656001 or 16735520. OLE color: 16735520.

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

Color convert

RGB 32 93 255 -
CMYK 0.87 0.64 0 0
HSL 223.59º 1% 0.56% -
HSV(B) 223.59º 0.87% 1% -
XYZ 22.56 15.36 96.38 -
YUV 93.23 219.29 84.33 -
System Red Green Blue C M Y K H S L
Decimal 32 93 255 0.87 0.64 0 0 223.59 1 0.56
Hex 20 5D FF 57 40 0 0 E0 64 38
Octal 40 135 377 127 100 0 0 340 144 70
Binary 100000 1011101 11111111 1010111 1000000 0 0 11100000 1100100 111000

Color Harmonies of #205DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DFF

Black with #205DFF

Text Example


Text Example

White with #205DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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