Html Css Color HEX #205CFF Royal Blue

📋 copy color: '#205CFF'

red 32 ◦ green 92 ◦ blue 255

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

Shades of Royal Blue #205CFF

Tints of Royal Blue #205CFF

RGB

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

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

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

R = 8.44%
G = 24.27%
B = 67.28%

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

#205CFF (or 0x205CFF) is known color: Royal Blue. HEX triplet: 20, 5C and FF. RGB value is (32,92,255). Sum of RGB (Red+Green+Blue) = 32+92+255=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #205CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205CFF is #DFA300. Grayscale: #5B5B5B. Windows color (decimal): -14656257 or 16735264. OLE color: 16735264.

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

Color convert

RGB 32 92 255 -
CMYK 0.87 0.64 0 0
HSL 223.86º 1% 0.56% -
HSV(B) 223.86º 0.87% 1% -
XYZ 22.47 15.18 96.35 -
YUV 92.64 219.62 84.75 -
System Red Green Blue C M Y K H S L
Decimal 32 92 255 0.87 0.64 0 0 223.86 1 0.56
Hex 20 5C FF 57 40 0 0 E0 64 38
Octal 40 134 377 127 100 0 0 340 144 70
Binary 100000 1011100 11111111 1010111 1000000 0 0 11100000 1100100 111000

Color Harmonies of #205CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205CFF

Black with #205CFF

Text Example


Text Example

White with #205CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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