Html Css Color HEX #1089EF Dodger Blue

📋 copy color: '#1089EF'

red 16 ◦ green 137 ◦ blue 239

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

Shades of Dodger Blue #1089EF

Tints of Dodger Blue #1089EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 4.08%
G = 34.95%
B = 60.97%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1089EF (or 0x1089EF) is known color: Dodger Blue. HEX triplet: 10, 89 and EF. RGB value is (16,137,239). Sum of RGB (Red+Green+Blue) = 16+137+239=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1089EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1089EF is #EF7610. Grayscale: #6F6F6F. Windows color (decimal): -15693329 or 15698192. OLE color: 15698192.

HSL color Cylindrical-coordinate representation of color #1089EF: hue angle of 207.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1089EF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 137 239 -
CMYK 0.93 0.43 0 0.06
HSL 207.44º 0.87% 0.5% -
HSV(B) 207.44º 0.93% 0.94% -
XYZ 24.74 24.23 85.03 -
YUV 112.45 199.41 59.21 -
System Red Green Blue C M Y K H S L
Decimal 16 137 239 0.93 0.43 0 0.06 207.44 0.87 0.5
Hex 10 89 EF 5D 2B 0 6 CF 57 32
Octal 20 211 357 135 53 0 6 317 127 62
Binary 10000 10001001 11101111 1011101 101011 0 110 11001111 1010111 110010

Color Harmonies of #1089EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089EF

Black with #1089EF

Text Example


Text Example

White with #1089EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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