Html Css Color HEX #1489DF Dodger Blue

📋 copy color: '#1489DF'

red 20 ◦ green 137 ◦ blue 223

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

Shades of Dodger Blue #1489DF

Tints of Dodger Blue #1489DF

RGB

 RED value IS 20 (8.2% from 255) = 5.26%

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

 BLUE value IS 223 (87.5% from 255) = 58.68%

R = 5.26%
G = 36.05%
B = 58.68%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1489DF (or 0x1489DF) is known color: Dodger Blue. HEX triplet: 14, 89 and DF. RGB value is (20,137,223). Sum of RGB (Red+Green+Blue) = 20+137+223=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #1489DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489DF is #EB7620. Grayscale: #6F6F6F. Windows color (decimal): -15431201 or 14649620. OLE color: 14649620.

HSL color Cylindrical-coordinate representation of color #1489DF: hue angle of 205.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489DF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 137 223 -
CMYK 0.91 0.39 0 0.13
HSL 205.42º 0.84% 0.48% -
HSV(B) 205.42º 0.91% 0.87% -
XYZ 22.55 23.37 73.13 -
YUV 111.82 190.74 62.51 -
System Red Green Blue C M Y K H S L
Decimal 20 137 223 0.91 0.39 0 0.13 205.42 0.84 0.48
Hex 14 89 DF 5B 27 0 D CD 54 30
Octal 24 211 337 133 47 0 15 315 124 60
Binary 10100 10001001 11011111 1011011 100111 0 1101 11001101 1010100 110000

Color Harmonies of #1489DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489DF

Black with #1489DF

Text Example


Text Example

White with #1489DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1489DF; }

 p { color: rgb(20,137,223); }

 H1.HeaderClassName
 {
   color: #1489DF;
 }
 .AnyTagClassName
 {
   color: #1489DF;
 }
</style>

background-color css

<style>
 a { background-color: #1489DF; }

 a { background-color: rgb(20,137,223); }

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

border-color css

<style>
 span { border-color: #1489DF; }

 span { border-color: rgb(20,137,223); }

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