Html Css Color HEX #0178FA Dodger Blue

📋 copy color: '#0178FA'

red 1 ◦ green 120 ◦ blue 250

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

Shades of Dodger Blue #0178FA

Tints of Dodger Blue #0178FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.39%

R = 0.27%
G = 32.35%
B = 67.39%

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

#0178FA (or 0x0178FA) is known color: Dodger Blue. HEX triplet: 01, 78 and FA. RGB value is (1,120,250). Sum of RGB (Red+Green+Blue) = 1+120+250=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #0178FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0178FA is #FE8705. Grayscale: #626262. Windows color (decimal): -16680710 or 16414721. OLE color: 16414721.

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

Color convert

RGB 1 120 250 -
CMYK 1.00 0.52 0 0.02
HSL 211.33º 0.99% 0.49% -
HSV(B) 211.33º 1% 0.98% -
XYZ 23.98 20.34 93.1 -
YUV 99.24 213.08 57.93 -
System Red Green Blue C M Y K H S L
Decimal 1 120 250 1.00 0.52 0 0.02 211.33 0.99 0.49
Hex 1 78 FA 64 34 0 2 D3 63 31
Octal 1 170 372 144 64 0 2 323 143 61
Binary 1 1111000 11111010 1100100 110100 0 10 11010011 1100011 110001

Color Harmonies of #0178FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0178FA

Black with #0178FA

Text Example


Text Example

White with #0178FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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