Html Css Color HEX #1589FD Dodger Blue

📋 copy color: '#1589FD'

red 21 ◦ green 137 ◦ blue 253

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

Shades of Dodger Blue #1589FD

Tints of Dodger Blue #1589FD

RGB

 RED value IS 21 (8.59% from 255) = 5.11%

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

 BLUE value IS 253 (99.22% from 255) = 61.56%

R = 5.11%
G = 33.33%
B = 61.56%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1589FD (or 0x1589FD) is known color: Dodger Blue. HEX triplet: 15, 89 and FD. RGB value is (21,137,253). Sum of RGB (Red+Green+Blue) = 21+137+253=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #1589FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1589FD is #EA7602. Grayscale: #727272. Windows color (decimal): -15365635 or 16615701. OLE color: 16615701.

HSL color Cylindrical-coordinate representation of color #1589FD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1589FD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 137 253 -
CMYK 0.92 0.46 0 0.01
HSL 210º 0.98% 0.54% -
HSV(B) 210º 0.92% 0.99% -
XYZ 26.98 25.14 96.36 -
YUV 115.54 205.57 60.57 -
System Red Green Blue C M Y K H S L
Decimal 21 137 253 0.92 0.46 0 0.01 210 0.98 0.54
Hex 15 89 FD 5C 2E 0 1 D2 62 36
Octal 25 211 375 134 56 0 1 322 142 66
Binary 10101 10001001 11111101 1011100 101110 0 1 11010010 1100010 110110

Color Harmonies of #1589FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589FD

Black with #1589FD

Text Example


Text Example

White with #1589FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1589FD; }

 p { color: rgb(21,137,253); }

 H1.HeaderClassName
 {
   color: #1589FD;
 }
 .AnyTagClassName
 {
   color: #1589FD;
 }
</style>

background-color css

<style>
 a { background-color: #1589FD; }

 a { background-color: rgb(21,137,253); }

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

border-color css

<style>
 span { border-color: #1589FD; }

 span { border-color: rgb(21,137,253); }

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