Html Css Color HEX #0079FE Dodger Blue

📋 copy color: '#0079FE'

red 0 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #0079FE

Tints of Dodger Blue #0079FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 0%
G = 32.27%
B = 67.73%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0079FE (or 0x0079FE) is known color: Dodger Blue. HEX triplet: 00, 79 and FE. RGB value is (0,121,254). Sum of RGB (Red+Green+Blue) = 0+121+254=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0079FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0079FE is #FF8601. Grayscale: #636363. Windows color (decimal): -16745986 or 16677120. OLE color: 16677120.

HSL color Cylindrical-coordinate representation of color #0079FE: hue angle of 211.42º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079FE is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 121 254 -
CMYK 1 0.52 0 0.00
HSL 211.42º 1% 0.5% -
HSV(B) 211.42º 1% 1% -
XYZ 24.73 20.83 96.48 -
YUV 99.98 214.91 56.69 -
System Red Green Blue C M Y K H S L
Decimal 0 121 254 1 0.52 0 0.00 211.42 1 0.5
Hex 0 79 FE 64 34 0 0 D3 64 32
Octal 0 171 376 144 64 0 0 323 144 62
Binary 0 1111001 11111110 1100100 110100 0 0 11010011 1100100 110010

Color Harmonies of #0079FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079FE

Black with #0079FE

Text Example


Text Example

White with #0079FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0079FE; }

 p { color: rgb(0,121,254); }

 H1.HeaderClassName
 {
   color: #0079FE;
 }
 .AnyTagClassName
 {
   color: #0079FE;
 }
</style>

background-color css

<style>
 a { background-color: #0079FE; }

 a { background-color: rgb(0,121,254); }

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

border-color css

<style>
 span { border-color: #0079FE; }

 span { border-color: rgb(0,121,254); }

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