Html Css Color HEX #0174FB Dodger Blue

📋 copy color: '#0174FB'

red 1 ◦ green 116 ◦ blue 251

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

Shades of Dodger Blue #0174FB

Tints of Dodger Blue #0174FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 0.27%
G = 31.52%
B = 68.21%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0174FB (or 0x0174FB) is known color: Dodger Blue. HEX triplet: 01, 74 and FB. RGB value is (1,116,251). Sum of RGB (Red+Green+Blue) = 1+116+251=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #0174FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174FB is #FE8B04. Grayscale: #606060. Windows color (decimal): -16681733 or 16479233. OLE color: 16479233.

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

Color convert

RGB 1 116 251 -
CMYK 1.00 0.54 0 0.02
HSL 212.4º 0.99% 0.49% -
HSV(B) 212.4º 1% 0.98% -
XYZ 23.67 19.46 93.78 -
YUV 97.01 214.9 59.52 -
System Red Green Blue C M Y K H S L
Decimal 1 116 251 1.00 0.54 0 0.02 212.4 0.99 0.49
Hex 1 74 FB 64 36 0 2 D4 63 31
Octal 1 164 373 144 66 0 2 324 143 61
Binary 1 1110100 11111011 1100100 110110 0 10 11010100 1100011 110001

Color Harmonies of #0174FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174FB

Black with #0174FB

Text Example


Text Example

White with #0174FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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