Html Css Color HEX #0179FE Dodger Blue

📋 copy color: '#0179FE'

red 1 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #0179FE

Tints of Dodger Blue #0179FE

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 32.18%
B = 67.55%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0179FE (or 0x0179FE) is known color: Dodger Blue. HEX triplet: 01, 79 and FE. RGB value is (1,121,254). Sum of RGB (Red+Green+Blue) = 1+121+254=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #0179FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179FE is #FE8601. Grayscale: #636363. Windows color (decimal): -16680450 or 16677121. OLE color: 16677121.

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

Color convert

RGB 1 121 254 -
CMYK 1.00 0.52 0 0.00
HSL 211.54º 0.99% 0.5% -
HSV(B) 211.54º 1% 1% -
XYZ 24.74 20.84 96.48 -
YUV 100.28 214.74 57.19 -
System Red Green Blue C M Y K H S L
Decimal 1 121 254 1.00 0.52 0 0.00 211.54 0.99 0.5
Hex 1 79 FE 64 34 0 0 D4 63 32
Octal 1 171 376 144 64 0 0 324 143 62
Binary 1 1111001 11111110 1100100 110100 0 0 11010100 1100011 110010

Color Harmonies of #0179FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0179FE

Black with #0179FE

Text Example


Text Example

White with #0179FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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