Html Css Color HEX #0173FE Dodger Blue

📋 copy color: '#0173FE'

red 1 ◦ green 115 ◦ blue 254

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

Shades of Dodger Blue #0173FE

Tints of Dodger Blue #0173FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

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

R = 0.27%
G = 31.08%
B = 68.65%

CMYK

 C value IS 1.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0173FE (or 0x0173FE) is known color: Dodger Blue. HEX triplet: 01, 73 and FE. RGB value is (1,115,254). Sum of RGB (Red+Green+Blue) = 1+115+254=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #0173FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0173FE is #FE8C01. Grayscale: #606060. Windows color (decimal): -16681986 or 16675585. OLE color: 16675585.

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

Color convert

RGB 1 115 254 -
CMYK 1.00 0.55 0 0.00
HSL 212.96º 0.99% 0.5% -
HSV(B) 212.96º 1% 1% -
XYZ 24.03 19.42 96.25 -
YUV 96.76 216.73 59.7 -
System Red Green Blue C M Y K H S L
Decimal 1 115 254 1.00 0.55 0 0.00 212.96 0.99 0.5
Hex 1 73 FE 64 37 0 0 D5 63 32
Octal 1 163 376 144 67 0 0 325 143 62
Binary 1 1110011 11111110 1100100 110111 0 0 11010101 1100011 110010

Color Harmonies of #0173FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0173FE

Black with #0173FE

Text Example


Text Example

White with #0173FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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