Html Css Color HEX #0177FE Dodger Blue

📋 copy color: '#0177FE'

red 1 ◦ green 119 ◦ blue 254

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

Shades of Dodger Blue #0177FE

Tints of Dodger Blue #0177FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

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

R = 0.27%
G = 31.82%
B = 67.91%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0177FE (or 0x0177FE) is known color: Dodger Blue. HEX triplet: 01, 77 and FE. RGB value is (1,119,254). Sum of RGB (Red+Green+Blue) = 1+119+254=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #0177FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0177FE is #FE8801. Grayscale: #626262. Windows color (decimal): -16680962 or 16676609. OLE color: 16676609.

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

Color convert

RGB 1 119 254 -
CMYK 1.00 0.53 0 0.00
HSL 212.02º 0.99% 0.5% -
HSV(B) 212.02º 1% 1% -
XYZ 24.5 20.36 96.4 -
YUV 99.11 215.41 58.02 -
System Red Green Blue C M Y K H S L
Decimal 1 119 254 1.00 0.53 0 0.00 212.02 0.99 0.5
Hex 1 77 FE 64 35 0 0 D4 63 32
Octal 1 167 376 144 65 0 0 324 143 62
Binary 1 1110111 11111110 1100100 110101 0 0 11010100 1100011 110010

Color Harmonies of #0177FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177FE

Black with #0177FE

Text Example


Text Example

White with #0177FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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