#109AFE

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

Shades of Dodger Blue #109AFE

Tints of Dodger Blue #109AFE

Color information

#109AFE (or 0x109AFE) is unknown color: approx Dodger Blue. HEX triplet: 10, 9A and FE. RGB value is (16,154,254). Sum of RGB (Red+Green+Blue) = 16+154+254=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #109AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #109AFE is #EF6501. Grayscale: #7B7B7B. Windows color (decimal): -15688962 or 16685584. OLE color: 16685584.

HSL color Cylindrical-coordinate representation of color #109AFE: hue angle of 205.21º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #109AFE is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16154254-
CMYK0.940.3900.00
HSL205.21º99.17%52.94%-
HSV(B)205.21º93.7%99.61%-
XYZ29.6630.3898.07-
YUV124.14201.2850.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.77%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 59.91%
R=3.77%
G=36.32%
B=59.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal161542540.940.3900.00205.2199.1752.94
Hex109AFE5E2700cd6335
Octal20232376136470031514365
Binary100001001101011111110101111010011100110011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109AFE; }

 p { color: rgb(16,154,254); }

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

<style>
 a { background-color: #109AFE; }

 a { background-color: rgb(16,154,254); }

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

<style>
 span { border-color: #109AFE; }

 span { border-color: rgb(16,154,254); }

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