Html Css Color HEX #0177FB Dodger Blue

📋 copy color: '#0177FB'

red 1 ◦ green 119 ◦ blue 251

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

Shades of Dodger Blue #0177FB

Tints of Dodger Blue #0177FB

RGB

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

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

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

R = 0.27%
G = 32.08%
B = 67.65%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0177FB (or 0x0177FB) is known color: Dodger Blue. HEX triplet: 01, 77 and FB. RGB value is (1,119,251). Sum of RGB (Red+Green+Blue) = 1+119+251=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0177FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0177FB is #FE8804. Grayscale: #626262. Windows color (decimal): -16680965 or 16480001. OLE color: 16480001.

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

Color convert

RGB 1 119 251 -
CMYK 1.00 0.53 0 0.02
HSL 211.68º 0.99% 0.49% -
HSV(B) 211.68º 1% 0.98% -
XYZ 24.02 20.17 93.89 -
YUV 98.77 213.91 58.27 -
System Red Green Blue C M Y K H S L
Decimal 1 119 251 1.00 0.53 0 0.02 211.68 0.99 0.49
Hex 1 77 FB 64 35 0 2 D4 63 31
Octal 1 167 373 144 65 0 2 324 143 61
Binary 1 1110111 11111011 1100100 110101 0 10 11010100 1100011 110001

Color Harmonies of #0177FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177FB

Black with #0177FB

Text Example


Text Example

White with #0177FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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