Html Css Color HEX #0579FA Dodger Blue

📋 copy color: '#0579FA'

red 5 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #0579FA

Tints of Dodger Blue #0579FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 1.33%
G = 32.18%
B = 66.49%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0579FA (or 0x0579FA) is known color: Dodger Blue. HEX triplet: 05, 79 and FA. RGB value is (5,121,250). Sum of RGB (Red+Green+Blue) = 5+121+250=376 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 376); Green value is 121 (47.66% from 255 or 32.18% 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 #0579FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0579FA is #FA8605. Grayscale: #646464. Windows color (decimal): -16418310 or 16414981. OLE color: 16414981.

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

Color convert

RGB 5 121 250 -
CMYK 0.98 0.52 0 0.02
HSL 211.59º 0.96% 0.5% -
HSV(B) 211.59º 0.98% 0.98% -
XYZ 24.16 20.61 93.15 -
YUV 101.02 212.07 59.51 -
System Red Green Blue C M Y K H S L
Decimal 5 121 250 0.98 0.52 0 0.02 211.59 0.96 0.5
Hex 5 79 FA 62 34 0 2 D4 60 32
Octal 5 171 372 142 64 0 2 324 140 62
Binary 101 1111001 11111010 1100010 110100 0 10 11010100 1100000 110010

Color Harmonies of #0579FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0579FA

Black with #0579FA

Text Example


Text Example

White with #0579FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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