Html Css Color HEX #0176FC Dodger Blue

📋 copy color: '#0176FC'

red 1 ◦ green 118 ◦ blue 252

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

Shades of Dodger Blue #0176FC

Tints of Dodger Blue #0176FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 0.27%
G = 31.81%
B = 67.92%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0176FC (or 0x0176FC) is known color: Dodger Blue. HEX triplet: 01, 76 and FC. RGB value is (1,118,252). Sum of RGB (Red+Green+Blue) = 1+118+252=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #0176FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176FC is #FE8903. Grayscale: #616161. Windows color (decimal): -16681220 or 16545281. OLE color: 16545281.

HSL color Cylindrical-coordinate representation of color #0176FC: hue angle of 212.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176FC is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 118 252 -
CMYK 1.00 0.53 0 0.01
HSL 212.03º 0.99% 0.5% -
HSV(B) 212.03º 1% 0.99% -
XYZ 24.06 19.99 94.69 -
YUV 98.29 214.74 58.6 -
System Red Green Blue C M Y K H S L
Decimal 1 118 252 1.00 0.53 0 0.01 212.03 0.99 0.5
Hex 1 76 FC 64 35 0 1 D4 63 32
Octal 1 166 374 144 65 0 1 324 143 62
Binary 1 1110110 11111100 1100100 110101 0 1 11010100 1100011 110010

Color Harmonies of #0176FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0176FC

Black with #0176FC

Text Example


Text Example

White with #0176FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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