Html Css Color HEX #1089F6 Dodger Blue

📋 copy color: '#1089F6'

red 16 ◦ green 137 ◦ blue 246

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

Shades of Dodger Blue #1089F6

Tints of Dodger Blue #1089F6

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 246 (96.48% from 255) = 61.65%

R = 4.01%
G = 34.34%
B = 61.65%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1089F6 (or 0x1089F6) is known color: Dodger Blue. HEX triplet: 10, 89 and F6. RGB value is (16,137,246). Sum of RGB (Red+Green+Blue) = 16+137+246=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 246 (96.48% from 255 or 61.65% from 399); Max value from RGB is 246 - color contains mainly: blue. Hex color #1089F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1089F6 is #EF7609. Grayscale: #707070. Windows color (decimal): -15693322 or 16156944. OLE color: 16156944.

HSL color Cylindrical-coordinate representation of color #1089F6: hue angle of 208.43º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1089F6 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 137 246 -
CMYK 0.93 0.44 0 0.04
HSL 208.43º 0.93% 0.51% -
HSV(B) 208.43º 0.93% 0.96% -
XYZ 25.79 24.66 90.59 -
YUV 113.25 202.91 58.64 -
System Red Green Blue C M Y K H S L
Decimal 16 137 246 0.93 0.44 0 0.04 208.43 0.93 0.51
Hex 10 89 F6 5D 2C 0 4 D0 5D 33
Octal 20 211 366 135 54 0 4 320 135 63
Binary 10000 10001001 11110110 1011101 101100 0 100 11010000 1011101 110011

Color Harmonies of #1089F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089F6

Black with #1089F6

Text Example


Text Example

White with #1089F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1089F6; }

 p { color: rgb(16,137,246); }

 H1.HeaderClassName
 {
   color: #1089F6;
 }
 .AnyTagClassName
 {
   color: #1089F6;
 }
</style>

background-color css

<style>
 a { background-color: #1089F6; }

 a { background-color: rgb(16,137,246); }

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

border-color css

<style>
 span { border-color: #1089F6; }

 span { border-color: rgb(16,137,246); }

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