Html Css Color HEX #0174FA Dodger Blue

📋 copy color: '#0174FA'

red 1 ◦ green 116 ◦ blue 250

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

Shades of Dodger Blue #0174FA

Tints of Dodger Blue #0174FA

RGB

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

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

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

R = 0.27%
G = 31.61%
B = 68.12%

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

#0174FA (or 0x0174FA) is known color: Dodger Blue. HEX triplet: 01, 74 and FA. RGB value is (1,116,250). Sum of RGB (Red+Green+Blue) = 1+116+250=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #0174FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0174FA is #FE8B05. Grayscale: #606060. Windows color (decimal): -16681734 or 16413697. OLE color: 16413697.

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

Color convert

RGB 1 116 250 -
CMYK 1.00 0.54 0 0.02
HSL 212.29º 0.99% 0.49% -
HSV(B) 212.29º 1% 0.98% -
XYZ 23.51 19.4 92.95 -
YUV 96.89 214.4 59.6 -
System Red Green Blue C M Y K H S L
Decimal 1 116 250 1.00 0.54 0 0.02 212.29 0.99 0.49
Hex 1 74 FA 64 36 0 2 D4 63 31
Octal 1 164 372 144 66 0 2 324 143 61
Binary 1 1110100 11111010 1100100 110110 0 10 11010100 1100011 110001

Color Harmonies of #0174FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0174FA

Black with #0174FA

Text Example


Text Example

White with #0174FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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