Html Css Color HEX #205EFA Royal Blue

📋 copy color: '#205EFA'

red 32 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #205EFA

Tints of Royal Blue #205EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.49%

R = 8.51%
G = 25%
B = 66.49%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#205EFA (or 0x205EFA) is known color: Royal Blue. HEX triplet: 20, 5E and FA. RGB value is (32,94,250). Sum of RGB (Red+Green+Blue) = 32+94+250=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #205EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #205EFA is #DFA105. Grayscale: #5C5C5C. Windows color (decimal): -14655750 or 16408096. OLE color: 16408096.

HSL color Cylindrical-coordinate representation of color #205EFA: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #205EFA is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 94 250 -
CMYK 0.87 0.62 0 0.02
HSL 222.94º 0.96% 0.55% -
HSV(B) 222.94º 0.87% 0.98% -
XYZ 21.85 15.21 92.23 -
YUV 93.25 216.46 84.32 -
System Red Green Blue C M Y K H S L
Decimal 32 94 250 0.87 0.62 0 0.02 222.94 0.96 0.55
Hex 20 5E FA 57 3E 0 2 DF 60 37
Octal 40 136 372 127 76 0 2 337 140 67
Binary 100000 1011110 11111010 1010111 111110 0 10 11011111 1100000 110111

Color Harmonies of #205EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205EFA

Black with #205EFA

Text Example


Text Example

White with #205EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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