Html Css Color HEX #2058FA Royal Blue

📋 copy color: '#2058FA'

red 32 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #2058FA

Tints of Royal Blue #2058FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 8.65%
G = 23.78%
B = 67.57%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2058FA (or 0x2058FA) is known color: Royal Blue. HEX triplet: 20, 58 and FA. RGB value is (32,88,250). Sum of RGB (Red+Green+Blue) = 32+88+250=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #2058FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058FA is #DFA705. Grayscale: #595959. Windows color (decimal): -14657286 or 16406560. OLE color: 16406560.

HSL color Cylindrical-coordinate representation of color #2058FA: hue angle of 224.59º 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 #2058FA is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 88 250 -
CMYK 0.87 0.65 0 0.02
HSL 224.59º 0.96% 0.55% -
HSV(B) 224.59º 0.87% 0.98% -
XYZ 21.34 14.19 92.06 -
YUV 89.72 218.45 86.83 -
System Red Green Blue C M Y K H S L
Decimal 32 88 250 0.87 0.65 0 0.02 224.59 0.96 0.55
Hex 20 58 FA 57 41 0 2 E1 60 37
Octal 40 130 372 127 101 0 2 341 140 67
Binary 100000 1011000 11111010 1010111 1000001 0 10 11100001 1100000 110111

Color Harmonies of #2058FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058FA

Black with #2058FA

Text Example


Text Example

White with #2058FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2058FA; }

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

 H1.HeaderClassName
 {
   color: #2058FA;
 }
 .AnyTagClassName
 {
   color: #2058FA;
 }
</style>

background-color css

<style>
 a { background-color: #2058FA; }

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

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

border-color css

<style>
 span { border-color: #2058FA; }

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

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