Html Css Color HEX #205FFE Royal Blue

📋 copy color: '#205FFE'

red 32 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #205FFE

Tints of Royal Blue #205FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

 BLUE value IS 254 (99.61% from 255) = 66.67%

R = 8.4%
G = 24.93%
B = 66.67%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#205FFE (or 0x205FFE) is known color: Royal Blue. HEX triplet: 20, 5F and FE. RGB value is (32,95,254). Sum of RGB (Red+Green+Blue) = 32+95+254=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #205FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FFE is #DFA001. Grayscale: #5D5D5D. Windows color (decimal): -14655490 or 16670496. OLE color: 16670496.

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

Color convert

RGB 32 95 254 -
CMYK 0.87 0.63 0 0.00
HSL 222.97º 0.99% 0.56% -
HSV(B) 222.97º 0.87% 1% -
XYZ 22.58 15.65 95.6 -
YUV 94.29 218.13 83.57 -
System Red Green Blue C M Y K H S L
Decimal 32 95 254 0.87 0.63 0 0.00 222.97 0.99 0.56
Hex 20 5F FE 57 3F 0 0 DF 63 38
Octal 40 137 376 127 77 0 0 337 143 70
Binary 100000 1011111 11111110 1010111 111111 0 0 11011111 1100011 111000

Color Harmonies of #205FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FFE

Black with #205FFE

Text Example


Text Example

White with #205FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,95,254); }

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

background-color css

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

 a { background-color: rgb(32,95,254); }

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

border-color css

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

 span { border-color: rgb(32,95,254); }

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