Html Css Color HEX #0479FD Dodger Blue

📋 copy color: '#0479FD'

red 4 ◦ green 121 ◦ blue 253

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

Shades of Dodger Blue #0479FD

Tints of Dodger Blue #0479FD

RGB

 RED value IS 4 (1.95% from 255) = 1.06%

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 1.06%
G = 32.01%
B = 66.93%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0479FD (or 0x0479FD) is known color: Dodger Blue. HEX triplet: 04, 79 and FD. RGB value is (4,121,253). Sum of RGB (Red+Green+Blue) = 4+121+253=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #0479FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0479FD is #FB8602. Grayscale: #646464. Windows color (decimal): -16483843 or 16611588. OLE color: 16611588.

HSL color Cylindrical-coordinate representation of color #0479FD: hue angle of 211.81º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0479FD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 121 253 -
CMYK 0.98 0.52 0 0.01
HSL 211.81º 0.98% 0.5% -
HSV(B) 211.81º 0.98% 0.99% -
XYZ 24.62 20.79 95.64 -
YUV 101.07 213.74 58.77 -
System Red Green Blue C M Y K H S L
Decimal 4 121 253 0.98 0.52 0 0.01 211.81 0.98 0.5
Hex 4 79 FD 62 34 0 1 D4 62 32
Octal 4 171 375 142 64 0 1 324 142 62
Binary 100 1111001 11111101 1100010 110100 0 1 11010100 1100010 110010

Color Harmonies of #0479FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0479FD

Black with #0479FD

Text Example


Text Example

White with #0479FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0479FD; }

 p { color: rgb(4,121,253); }

 H1.HeaderClassName
 {
   color: #0479FD;
 }
 .AnyTagClassName
 {
   color: #0479FD;
 }
</style>

background-color css

<style>
 a { background-color: #0479FD; }

 a { background-color: rgb(4,121,253); }

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

border-color css

<style>
 span { border-color: #0479FD; }

 span { border-color: rgb(4,121,253); }

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