Html Css Color HEX #205EFE Royal Blue

📋 copy color: '#205EFE'

red 32 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #205EFE

Tints of Royal Blue #205EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

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

R = 8.42%
G = 24.74%
B = 66.84%

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

#205EFE (or 0x205EFE) is known color: Royal Blue. HEX triplet: 20, 5E and FE. RGB value is (32,94,254). Sum of RGB (Red+Green+Blue) = 32+94+254=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #205EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205EFE is #DFA101. Grayscale: #5C5C5C. Windows color (decimal): -14655746 or 16670240. OLE color: 16670240.

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

Color convert

RGB 32 94 254 -
CMYK 0.87 0.63 0 0.00
HSL 223.24º 0.99% 0.56% -
HSV(B) 223.24º 0.87% 1% -
XYZ 22.49 15.47 95.57 -
YUV 93.7 218.46 83.99 -
System Red Green Blue C M Y K H S L
Decimal 32 94 254 0.87 0.63 0 0.00 223.24 0.99 0.56
Hex 20 5E FE 57 3F 0 0 DF 63 38
Octal 40 136 376 127 77 0 0 337 143 70
Binary 100000 1011110 11111110 1010111 111111 0 0 11011111 1100011 111000

Color Harmonies of #205EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205EFE

Black with #205EFE

Text Example


Text Example

White with #205EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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