Html Css Color HEX #1488F9 Dodger Blue

📋 copy color: '#1488F9'

red 20 ◦ green 136 ◦ blue 249

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

Shades of Dodger Blue #1488F9

Tints of Dodger Blue #1488F9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 249 (97.66% from 255) = 61.48%

R = 4.94%
G = 33.58%
B = 61.48%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1488F9 (or 0x1488F9) is known color: Dodger Blue. HEX triplet: 14, 88 and F9. RGB value is (20,136,249). Sum of RGB (Red+Green+Blue) = 20+136+249=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #1488F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488F9 is #EB7706. Grayscale: #717171. Windows color (decimal): -15431431 or 16353300. OLE color: 16353300.

HSL color Cylindrical-coordinate representation of color #1488F9: hue angle of 209.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1488F9 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 136 249 -
CMYK 0.92 0.45 0 0.02
HSL 209.61º 0.95% 0.53% -
HSV(B) 209.61º 0.92% 0.98% -
XYZ 26.19 24.6 92.99 -
YUV 114.2 204.07 60.81 -
System Red Green Blue C M Y K H S L
Decimal 20 136 249 0.92 0.45 0 0.02 209.61 0.95 0.53
Hex 14 88 F9 5C 2D 0 2 D2 5F 35
Octal 24 210 371 134 55 0 2 322 137 65
Binary 10100 10001000 11111001 1011100 101101 0 10 11010010 1011111 110101

Color Harmonies of #1488F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488F9

Black with #1488F9

Text Example


Text Example

White with #1488F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1488F9; }

 p { color: rgb(20,136,249); }

 H1.HeaderClassName
 {
   color: #1488F9;
 }
 .AnyTagClassName
 {
   color: #1488F9;
 }
</style>

background-color css

<style>
 a { background-color: #1488F9; }

 a { background-color: rgb(20,136,249); }

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

border-color css

<style>
 span { border-color: #1488F9; }

 span { border-color: rgb(20,136,249); }

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