Html Css Color HEX #205DFB Royal Blue

📋 copy color: '#205DFB'

red 32 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #205DFB

Tints of Royal Blue #205DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 8.51%
G = 24.73%
B = 66.76%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#205DFB (or 0x205DFB) is known color: Royal Blue. HEX triplet: 20, 5D and FB. RGB value is (32,93,251). Sum of RGB (Red+Green+Blue) = 32+93+251=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #205DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205DFB is #DFA204. Grayscale: #5C5C5C. Windows color (decimal): -14656005 or 16473376. OLE color: 16473376.

HSL color Cylindrical-coordinate representation of color #205DFB: hue angle of 223.29º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205DFB is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 93 251 -
CMYK 0.87 0.63 0 0.02
HSL 223.29º 0.96% 0.55% -
HSV(B) 223.29º 0.87% 0.98% -
XYZ 21.92 15.1 93.03 -
YUV 92.77 217.29 84.65 -
System Red Green Blue C M Y K H S L
Decimal 32 93 251 0.87 0.63 0 0.02 223.29 0.96 0.55
Hex 20 5D FB 57 3F 0 2 DF 60 37
Octal 40 135 373 127 77 0 2 337 140 67
Binary 100000 1011101 11111011 1010111 111111 0 10 11011111 1100000 110111

Color Harmonies of #205DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DFB

Black with #205DFB

Text Example


Text Example

White with #205DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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