Html Css Color HEX #0176FB Dodger Blue

📋 copy color: '#0176FB'

red 1 ◦ green 118 ◦ blue 251

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

Shades of Dodger Blue #0176FB

Tints of Dodger Blue #0176FB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 0.27%
G = 31.89%
B = 67.84%

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

#0176FB (or 0x0176FB) is known color: Dodger Blue. HEX triplet: 01, 76 and FB. RGB value is (1,118,251). Sum of RGB (Red+Green+Blue) = 1+118+251=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #0176FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176FB is #FE8904. Grayscale: #616161. Windows color (decimal): -16681221 or 16479745. OLE color: 16479745.

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

Color convert

RGB 1 118 251 -
CMYK 1.00 0.53 0 0.02
HSL 211.92º 0.99% 0.49% -
HSV(B) 211.92º 1% 0.98% -
XYZ 23.9 19.93 93.85 -
YUV 98.18 214.24 58.69 -
System Red Green Blue C M Y K H S L
Decimal 1 118 251 1.00 0.53 0 0.02 211.92 0.99 0.49
Hex 1 76 FB 64 35 0 2 D4 63 31
Octal 1 166 373 144 65 0 2 324 143 61
Binary 1 1110110 11111011 1100100 110101 0 10 11010100 1100011 110001

Color Harmonies of #0176FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176FB

Black with #0176FB

Text Example


Text Example

White with #0176FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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