Html Css Color HEX #0179FB Dodger Blue

📋 copy color: '#0179FB'

red 1 ◦ green 121 ◦ blue 251

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

Shades of Dodger Blue #0179FB

Tints of Dodger Blue #0179FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 0.27%
G = 32.44%
B = 67.29%

CMYK

 C value IS 1.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0179FB (or 0x0179FB) is known color: Dodger Blue. HEX triplet: 01, 79 and FB. RGB value is (1,121,251). Sum of RGB (Red+Green+Blue) = 1+121+251=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #0179FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179FB is #FE8604. Grayscale: #636363. Windows color (decimal): -16680453 or 16480513. OLE color: 16480513.

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

Color convert

RGB 1 121 251 -
CMYK 1.00 0.52 0 0.02
HSL 211.2º 0.99% 0.49% -
HSV(B) 211.2º 1% 0.98% -
XYZ 24.26 20.65 93.97 -
YUV 99.94 213.24 57.43 -
System Red Green Blue C M Y K H S L
Decimal 1 121 251 1.00 0.52 0 0.02 211.2 0.99 0.49
Hex 1 79 FB 64 34 0 2 D3 63 31
Octal 1 171 373 144 64 0 2 323 143 61
Binary 1 1111001 11111011 1100100 110100 0 10 11010011 1100011 110001

Color Harmonies of #0179FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0179FB

Black with #0179FB

Text Example


Text Example

White with #0179FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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