Html Css Color HEX #0178FF Dodger Blue

📋 copy color: '#0178FF'

red 1 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #0178FF

Tints of Dodger Blue #0178FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 0.27%
G = 31.91%
B = 67.82%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0178FF (or 0x0178FF) is known color: Dodger Blue. HEX triplet: 01, 78 and FF. RGB value is (1,120,255). Sum of RGB (Red+Green+Blue) = 1+120+255=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #0178FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0178FF is #FE8700. Grayscale: #636363. Windows color (decimal): -16680705 or 16742401. OLE color: 16742401.

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

Color convert

RGB 1 120 255 -
CMYK 1.00 0.53 0 0
HSL 211.89º 1% 0.5% -
HSV(B) 211.89º 1% 1% -
XYZ 24.78 20.66 97.29 -
YUV 99.81 215.58 57.52 -
System Red Green Blue C M Y K H S L
Decimal 1 120 255 1.00 0.53 0 0 211.89 1 0.5
Hex 1 78 FF 64 35 0 0 D4 64 32
Octal 1 170 377 144 65 0 0 324 144 62
Binary 1 1111000 11111111 1100100 110101 0 0 11010100 1100100 110010

Color Harmonies of #0178FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0178FF

Black with #0178FF

Text Example


Text Example

White with #0178FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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