Html Css Color HEX #0174FE Dodger Blue

📋 copy color: '#0174FE'

red 1 ◦ green 116 ◦ blue 254

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

Shades of Dodger Blue #0174FE

Tints of Dodger Blue #0174FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 0.27%
G = 31.27%
B = 68.46%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0174FE (or 0x0174FE) is known color: Dodger Blue. HEX triplet: 01, 74 and FE. RGB value is (1,116,254). Sum of RGB (Red+Green+Blue) = 1+116+254=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #0174FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174FE is #FE8B01. Grayscale: #606060. Windows color (decimal): -16681730 or 16675841. OLE color: 16675841.

HSL color Cylindrical-coordinate representation of color #0174FE: hue angle of 212.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0174FE is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 116 254 -
CMYK 1.00 0.54 0 0.00
HSL 212.73º 0.99% 0.5% -
HSV(B) 212.73º 1% 1% -
XYZ 24.15 19.65 96.29 -
YUV 97.35 216.4 59.28 -
System Red Green Blue C M Y K H S L
Decimal 1 116 254 1.00 0.54 0 0.00 212.73 0.99 0.5
Hex 1 74 FE 64 36 0 0 D5 63 32
Octal 1 164 376 144 66 0 0 325 143 62
Binary 1 1110100 11111110 1100100 110110 0 0 11010101 1100011 110010

Color Harmonies of #0174FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174FE

Black with #0174FE

Text Example


Text Example

White with #0174FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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