Html Css Color HEX #205FEE Royal Blue

📋 copy color: '#205FEE'

red 32 ◦ green 95 ◦ blue 238

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

Shades of Royal Blue #205FEE

Tints of Royal Blue #205FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.21%

R = 8.77%
G = 26.03%
B = 65.21%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#205FEE (or 0x205FEE) is known color: Royal Blue. HEX triplet: 20, 5F and EE. RGB value is (32,95,238). Sum of RGB (Red+Green+Blue) = 32+95+238=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #205FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205FEE is #DFA011. Grayscale: #5B5B5B. Windows color (decimal): -14655506 or 15621920. OLE color: 15621920.

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

Color convert

RGB 32 95 238 -
CMYK 0.87 0.60 0 0.07
HSL 221.65º 0.86% 0.53% -
HSV(B) 221.65º 0.87% 0.93% -
XYZ 20.12 14.66 82.66 -
YUV 92.47 210.13 84.87 -
System Red Green Blue C M Y K H S L
Decimal 32 95 238 0.87 0.60 0 0.07 221.65 0.86 0.53
Hex 20 5F EE 57 3C 0 7 DE 56 35
Octal 40 137 356 127 74 0 7 336 126 65
Binary 100000 1011111 11101110 1010111 111100 0 111 11011110 1010110 110101

Color Harmonies of #205FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205FEE

Black with #205FEE

Text Example


Text Example

White with #205FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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