Html Css Color HEX #205FFF Royal Blue

📋 copy color: '#205FFF'

red 32 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #205FFF

Tints of Royal Blue #205FFF

RGB

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

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

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

R = 8.38%
G = 24.87%
B = 66.75%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#205FFF (or 0x205FFF) is known color: Royal Blue. HEX triplet: 20, 5F and FF. RGB value is (32,95,255). Sum of RGB (Red+Green+Blue) = 32+95+255=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #205FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FFF is #DFA000. Grayscale: #5D5D5D. Windows color (decimal): -14655489 or 16736032. OLE color: 16736032.

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

Color convert

RGB 32 95 255 -
CMYK 0.87 0.63 0 0
HSL 223.05º 1% 0.56% -
HSV(B) 223.05º 0.87% 1% -
XYZ 22.74 15.71 96.44 -
YUV 94.4 218.63 83.49 -
System Red Green Blue C M Y K H S L
Decimal 32 95 255 0.87 0.63 0 0 223.05 1 0.56
Hex 20 5F FF 57 3F 0 0 DF 64 38
Octal 40 137 377 127 77 0 0 337 144 70
Binary 100000 1011111 11111111 1010111 111111 0 0 11011111 1100100 111000

Color Harmonies of #205FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FFF

Black with #205FFF

Text Example


Text Example

White with #205FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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