Html Css Color HEX #1076FC Dodger Blue

📋 copy color: '#1076FC'

red 16 ◦ green 118 ◦ blue 252

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

Shades of Dodger Blue #1076FC

Tints of Dodger Blue #1076FC

RGB

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

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

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

R = 4.15%
G = 30.57%
B = 65.28%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1076FC (or 0x1076FC) is known color: Dodger Blue. HEX triplet: 10, 76 and FC. RGB value is (16,118,252). Sum of RGB (Red+Green+Blue) = 16+118+252=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #1076FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076FC is #EF8903. Grayscale: #666666. Windows color (decimal): -15698180 or 16545296. OLE color: 16545296.

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

Color convert

RGB 16 118 252 -
CMYK 0.94 0.53 0 0.01
HSL 214.07º 0.98% 0.53% -
HSV(B) 214.07º 0.94% 0.99% -
XYZ 24.26 20.1 94.7 -
YUV 102.78 212.21 66.1 -
System Red Green Blue C M Y K H S L
Decimal 16 118 252 0.94 0.53 0 0.01 214.07 0.98 0.53
Hex 10 76 FC 5E 35 0 1 D6 62 35
Octal 20 166 374 136 65 0 1 326 142 65
Binary 10000 1110110 11111100 1011110 110101 0 1 11010110 1100010 110101

Color Harmonies of #1076FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076FC

Black with #1076FC

Text Example


Text Example

White with #1076FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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