Html Css Color HEX #0176FF Dodger Blue

📋 copy color: '#0176FF'

red 1 ◦ green 118 ◦ blue 255

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

Shades of Dodger Blue #0176FF

Tints of Dodger Blue #0176FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

 BLUE value IS 255 (100% from 255) = 68.18%

R = 0.27%
G = 31.55%
B = 68.18%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0176FF (or 0x0176FF) is known color: Dodger Blue. HEX triplet: 01, 76 and FF. RGB value is (1,118,255). Sum of RGB (Red+Green+Blue) = 1+118+255=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0176FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176FF is #FE8900. Grayscale: #616161. Windows color (decimal): -16681217 or 16741889. OLE color: 16741889.

HSL color Cylindrical-coordinate representation of color #0176FF: hue angle of 212.36º 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 #0176FF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 118 255 -
CMYK 1.00 0.54 0 0
HSL 212.36º 1% 0.5% -
HSV(B) 212.36º 1% 1% -
XYZ 24.54 20.18 97.21 -
YUV 98.64 216.24 58.36 -
System Red Green Blue C M Y K H S L
Decimal 1 118 255 1.00 0.54 0 0 212.36 1 0.5
Hex 1 76 FF 64 36 0 0 D4 64 32
Octal 1 166 377 144 66 0 0 324 144 62
Binary 1 1110110 11111111 1100100 110110 0 0 11010100 1100100 110010

Color Harmonies of #0176FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176FF

Black with #0176FF

Text Example


Text Example

White with #0176FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0176FF; }

 p { color: rgb(1,118,255); }

 H1.HeaderClassName
 {
   color: #0176FF;
 }
 .AnyTagClassName
 {
   color: #0176FF;
 }
</style>

background-color css

<style>
 a { background-color: #0176FF; }

 a { background-color: rgb(1,118,255); }

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

border-color css

<style>
 span { border-color: #0176FF; }

 span { border-color: rgb(1,118,255); }

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