Html Css Color HEX #205BFA Royal Blue

📋 copy color: '#205BFA'

red 32 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #205BFA

Tints of Royal Blue #205BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 8.58%
G = 24.4%
B = 67.02%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#205BFA (or 0x205BFA) is known color: Royal Blue. HEX triplet: 20, 5B and FA. RGB value is (32,91,250). Sum of RGB (Red+Green+Blue) = 32+91+250=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #205BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205BFA is #DFA405. Grayscale: #5A5A5A. Windows color (decimal): -14656518 or 16407328. OLE color: 16407328.

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

Color convert

RGB 32 91 250 -
CMYK 0.87 0.64 0 0.02
HSL 223.76º 0.96% 0.55% -
HSV(B) 223.76º 0.87% 0.98% -
XYZ 21.59 14.69 92.14 -
YUV 91.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 32 91 250 0.87 0.64 0 0.02 223.76 0.96 0.55
Hex 20 5B FA 57 40 0 2 E0 60 37
Octal 40 133 372 127 100 0 2 340 140 67
Binary 100000 1011011 11111010 1010111 1000000 0 10 11100000 1100000 110111

Color Harmonies of #205BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BFA

Black with #205BFA

Text Example


Text Example

White with #205BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,91,250); }

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

background-color css

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

 a { background-color: rgb(32,91,250); }

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

border-color css

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

 span { border-color: rgb(32,91,250); }

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