Html Css Color HEX #2058FB Royal Blue

📋 copy color: '#2058FB'

red 32 ◦ green 88 ◦ blue 251

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

Shades of Royal Blue #2058FB

Tints of Royal Blue #2058FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.65%

R = 8.63%
G = 23.72%
B = 67.65%

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

#2058FB (or 0x2058FB) is known color: Royal Blue. HEX triplet: 20, 58 and FB. RGB value is (32,88,251). Sum of RGB (Red+Green+Blue) = 32+88+251=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #2058FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058FB is #DFA704. Grayscale: #595959. Windows color (decimal): -14657285 or 16472096. OLE color: 16472096.

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

Color convert

RGB 32 88 251 -
CMYK 0.87 0.65 0 0.02
HSL 224.66º 0.96% 0.55% -
HSV(B) 224.66º 0.87% 0.98% -
XYZ 21.5 14.25 92.88 -
YUV 89.84 218.95 86.75 -
System Red Green Blue C M Y K H S L
Decimal 32 88 251 0.87 0.65 0 0.02 224.66 0.96 0.55
Hex 20 58 FB 57 41 0 2 E1 60 37
Octal 40 130 373 127 101 0 2 341 140 67
Binary 100000 1011000 11111011 1010111 1000001 0 10 11100001 1100000 110111

Color Harmonies of #2058FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058FB

Black with #2058FB

Text Example


Text Example

White with #2058FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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