Html Css Color HEX #2058FF Royal Blue

📋 copy color: '#2058FF'

red 32 ◦ green 88 ◦ blue 255

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

Shades of Royal Blue #2058FF

Tints of Royal Blue #2058FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68%

R = 8.53%
G = 23.47%
B = 68%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2058FF (or 0x2058FF) is known color: Royal Blue. HEX triplet: 20, 58 and FF. RGB value is (32,88,255). Sum of RGB (Red+Green+Blue) = 32+88+255=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #2058FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2058FF is #DFA700. Grayscale: #595959. Windows color (decimal): -14657281 or 16734240. OLE color: 16734240.

HSL color Cylindrical-coordinate representation of color #2058FF: hue angle of 224.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2058FF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 88 255 -
CMYK 0.87 0.65 0 0
HSL 224.93º 1% 0.56% -
HSV(B) 224.93º 0.87% 1% -
XYZ 22.14 14.51 96.24 -
YUV 90.29 220.95 86.42 -
System Red Green Blue C M Y K H S L
Decimal 32 88 255 0.87 0.65 0 0 224.93 1 0.56
Hex 20 58 FF 57 41 0 0 E1 64 38
Octal 40 130 377 127 101 0 0 341 144 70
Binary 100000 1011000 11111111 1010111 1000001 0 0 11100001 1100100 111000

Color Harmonies of #2058FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2058FF

Black with #2058FF

Text Example


Text Example

White with #2058FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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