Html Css Color HEX #205FEC Royal Blue

📋 copy color: '#205FEC'

red 32 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #205FEC

Tints of Royal Blue #205FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 65.01%

R = 8.82%
G = 26.17%
B = 65.01%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#205FEC (or 0x205FEC) is known color: Royal Blue. HEX triplet: 20, 5F and EC. RGB value is (32,95,236). Sum of RGB (Red+Green+Blue) = 32+95+236=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #205FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FEC is #DFA013. Grayscale: #5B5B5B. Windows color (decimal): -14655508 or 15490848. OLE color: 15490848.

HSL color Cylindrical-coordinate representation of color #205FEC: hue angle of 221.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205FEC is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 95 236 -
CMYK 0.86 0.60 0 0.07
HSL 221.47º 0.84% 0.53% -
HSV(B) 221.47º 0.86% 0.93% -
XYZ 19.83 14.55 81.12 -
YUV 92.24 209.13 85.04 -
System Red Green Blue C M Y K H S L
Decimal 32 95 236 0.86 0.60 0 0.07 221.47 0.84 0.53
Hex 20 5F EC 56 3C 0 7 DD 54 35
Octal 40 137 354 126 74 0 7 335 124 65
Binary 100000 1011111 11101100 1010110 111100 0 111 11011101 1010100 110101

Color Harmonies of #205FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FEC

Black with #205FEC

Text Example


Text Example

White with #205FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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