Html Css Color HEX #1076FB Dodger Blue

📋 copy color: '#1076FB'

red 16 ◦ green 118 ◦ blue 251

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

Shades of Dodger Blue #1076FB

Tints of Dodger Blue #1076FB

RGB

 RED value IS 16 (6.64% from 255) = 4.16%

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

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

R = 4.16%
G = 30.65%
B = 65.19%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1076FB (or 0x1076FB) is known color: Dodger Blue. HEX triplet: 10, 76 and FB. RGB value is (16,118,251). Sum of RGB (Red+Green+Blue) = 16+118+251=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1076FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076FB is #EF8904. Grayscale: #666666. Windows color (decimal): -15698181 or 16479760. OLE color: 16479760.

HSL color Cylindrical-coordinate representation of color #1076FB: hue angle of 213.96º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1076FB is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 118 251 -
CMYK 0.94 0.53 0 0.02
HSL 213.96º 0.97% 0.52% -
HSV(B) 213.96º 0.94% 0.98% -
XYZ 24.1 20.03 93.86 -
YUV 102.66 211.71 66.19 -
System Red Green Blue C M Y K H S L
Decimal 16 118 251 0.94 0.53 0 0.02 213.96 0.97 0.52
Hex 10 76 FB 5E 35 0 2 D6 61 34
Octal 20 166 373 136 65 0 2 326 141 64
Binary 10000 1110110 11111011 1011110 110101 0 10 11010110 1100001 110100

Color Harmonies of #1076FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076FB

Black with #1076FB

Text Example


Text Example

White with #1076FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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