Html Css Color HEX #058FFA Dodger Blue

📋 copy color: '#058FFA'

red 5 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #058FFA

Tints of Dodger Blue #058FFA

RGB

 RED value IS 5 (2.34% from 255) = 1.26%

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 1.26%
G = 35.93%
B = 62.81%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#058FFA (or 0x058FFA) is known color: Dodger Blue. HEX triplet: 05, 8F and FA. RGB value is (5,143,250). Sum of RGB (Red+Green+Blue) = 5+143+250=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #058FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058FFA is #FA7005. Grayscale: #717171. Windows color (decimal): -16412678 or 16420613. OLE color: 16420613.

HSL color Cylindrical-coordinate representation of color #058FFA: hue angle of 206.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058FFA is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 143 250 -
CMYK 0.98 0.43 0 0.02
HSL 206.2º 0.96% 0.5% -
HSV(B) 206.2º 0.98% 0.98% -
XYZ 27.14 26.58 94.14 -
YUV 113.94 204.78 50.3 -
System Red Green Blue C M Y K H S L
Decimal 5 143 250 0.98 0.43 0 0.02 206.2 0.96 0.5
Hex 5 8F FA 62 2B 0 2 CE 60 32
Octal 5 217 372 142 53 0 2 316 140 62
Binary 101 10001111 11111010 1100010 101011 0 10 11001110 1100000 110010

Color Harmonies of #058FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FFA

Black with #058FFA

Text Example


Text Example

White with #058FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058FFA; }

 p { color: rgb(5,143,250); }

 H1.HeaderClassName
 {
   color: #058FFA;
 }
 .AnyTagClassName
 {
   color: #058FFA;
 }
</style>

background-color css

<style>
 a { background-color: #058FFA; }

 a { background-color: rgb(5,143,250); }

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

border-color css

<style>
 span { border-color: #058FFA; }

 span { border-color: rgb(5,143,250); }

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