Html Css Color HEX #205CFB Royal Blue

📋 copy color: '#205CFB'

red 32 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #205CFB

Tints of Royal Blue #205CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 8.53%
G = 24.53%
B = 66.93%

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

#205CFB (or 0x205CFB) is known color: Royal Blue. HEX triplet: 20, 5C and FB. RGB value is (32,92,251). Sum of RGB (Red+Green+Blue) = 32+92+251=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #205CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CFB is #DFA304. Grayscale: #5B5B5B. Windows color (decimal): -14656261 or 16473120. OLE color: 16473120.

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

Color convert

RGB 32 92 251 -
CMYK 0.87 0.63 0 0.02
HSL 223.56º 0.96% 0.55% -
HSV(B) 223.56º 0.87% 0.98% -
XYZ 21.84 14.93 93 -
YUV 92.19 217.62 85.07 -
System Red Green Blue C M Y K H S L
Decimal 32 92 251 0.87 0.63 0 0.02 223.56 0.96 0.55
Hex 20 5C FB 57 3F 0 2 E0 60 37
Octal 40 134 373 127 77 0 2 340 140 67
Binary 100000 1011100 11111011 1010111 111111 0 10 11100000 1100000 110111

Color Harmonies of #205CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CFB

Black with #205CFB

Text Example


Text Example

White with #205CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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