#1074F9

Color #1074F9 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1074F9

Tints of Dodger Blue #1074F9

Color information

#1074F9 (or 0x1074F9) is unknown color: approx Dodger Blue. HEX triplet: 10, 74 and F9. RGB value is (16,116,249). Sum of RGB (Red+Green+Blue) = 16+116+249=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #1074F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1074F9 is #EF8B06. Grayscale: #646464. Windows color (decimal): -15698695 or 16348176. OLE color: 16348176.

HSL color Cylindrical-coordinate representation of color #1074F9: hue angle of 214.25º degrees, saturation: 0.95, 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 #1074F9 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16116249-
CMYK0.940.5300.02
HSL214.25º95.1%51.96%-
HSV(B)214.25º93.57%97.65%-
XYZ23.5619.4492.13-
YUV101.26211.3767.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 249 (97.66% from 255) = 65.35%
R=4.20%
G=30.45%
B=65.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161162490.940.5300.02214.2595.151.96
Hex1074F95E3502d65f34
Octal20164371136650232613764
Binary100001110100111110011011110110101010110101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1074F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1074F9; }

 p { color: rgb(16,116,249); }

 H1.HeaderClassName
 {
   color: #1074F9;
 }
 .AnyTagClassName
 {
   color: #1074F9;
 }
</style>
background-color css

<style>
 a { background-color: #1074F9; }

 a { background-color: rgb(16,116,249); }

 div.DivClassName
 {
   background-color: #1074F9;
 }
 .BgClassName
 {
   background-color: #1074F9;
 }
</style>
border-color css

<style>
 span { border-color: #1074F9; }

 span { border-color: rgb(16,116,249); }

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