Html Css Color HEX #0174FD Dodger Blue

📋 copy color: '#0174FD'

red 1 ◦ green 116 ◦ blue 253

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

Shades of Dodger Blue #0174FD

Tints of Dodger Blue #0174FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.38%

R = 0.27%
G = 31.35%
B = 68.38%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0174FD (or 0x0174FD) is known color: Dodger Blue. HEX triplet: 01, 74 and FD. RGB value is (1,116,253). Sum of RGB (Red+Green+Blue) = 1+116+253=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #0174FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174FD is #FE8B02. Grayscale: #606060. Windows color (decimal): -16681731 or 16610305. OLE color: 16610305.

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

Color convert

RGB 1 116 253 -
CMYK 1.00 0.54 0 0.01
HSL 212.62º 0.99% 0.5% -
HSV(B) 212.62º 1% 0.99% -
XYZ 23.99 19.59 95.45 -
YUV 97.23 215.9 59.36 -
System Red Green Blue C M Y K H S L
Decimal 1 116 253 1.00 0.54 0 0.01 212.62 0.99 0.5
Hex 1 74 FD 64 36 0 1 D5 63 32
Octal 1 164 375 144 66 0 1 325 143 62
Binary 1 1110100 11111101 1100100 110110 0 1 11010101 1100011 110010

Color Harmonies of #0174FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174FD

Black with #0174FD

Text Example


Text Example

White with #0174FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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