Html Css Color HEX #0174FF Dodger Blue

📋 copy color: '#0174FF'

red 1 ◦ green 116 ◦ blue 255

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

Shades of Dodger Blue #0174FF

Tints of Dodger Blue #0174FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 0.27%
G = 31.18%
B = 68.55%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0174FF (or 0x0174FF) is known color: Dodger Blue. HEX triplet: 01, 74 and FF. RGB value is (1,116,255). Sum of RGB (Red+Green+Blue) = 1+116+255=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #0174FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174FF is #FE8B00. Grayscale: #606060. Windows color (decimal): -16681729 or 16741377. OLE color: 16741377.

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

Color convert

RGB 1 116 255 -
CMYK 1.00 0.55 0 0
HSL 212.83º 1% 0.5% -
HSV(B) 212.83º 1% 1% -
XYZ 24.31 19.72 97.13 -
YUV 97.46 216.9 59.2 -
System Red Green Blue C M Y K H S L
Decimal 1 116 255 1.00 0.55 0 0 212.83 1 0.5
Hex 1 74 FF 64 37 0 0 D5 64 32
Octal 1 164 377 144 67 0 0 325 144 62
Binary 1 1110100 11111111 1100100 110111 0 0 11010101 1100100 110010

Color Harmonies of #0174FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174FF

Black with #0174FF

Text Example


Text Example

White with #0174FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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