Html Css Color HEX #1488EB Dodger Blue

📋 copy color: '#1488EB'

red 20 ◦ green 136 ◦ blue 235

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

Shades of Dodger Blue #1488EB

Tints of Dodger Blue #1488EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 5.12%
G = 34.78%
B = 60.1%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1488EB (or 0x1488EB) is known color: Dodger Blue. HEX triplet: 14, 88 and EB. RGB value is (20,136,235). Sum of RGB (Red+Green+Blue) = 20+136+235=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #1488EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488EB is #EB7714. Grayscale: #707070. Windows color (decimal): -15431445 or 15435796. OLE color: 15435796.

HSL color Cylindrical-coordinate representation of color #1488EB: hue angle of 207.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1488EB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 136 235 -
CMYK 0.91 0.42 0 0.08
HSL 207.63º 0.84% 0.5% -
HSV(B) 207.63º 0.91% 0.92% -
XYZ 24.09 23.76 81.91 -
YUV 112.6 197.07 61.95 -
System Red Green Blue C M Y K H S L
Decimal 20 136 235 0.91 0.42 0 0.08 207.63 0.84 0.5
Hex 14 88 EB 5B 2A 0 8 D0 54 32
Octal 24 210 353 133 52 0 10 320 124 62
Binary 10100 10001000 11101011 1011011 101010 0 1000 11010000 1010100 110010

Color Harmonies of #1488EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488EB

Black with #1488EB

Text Example


Text Example

White with #1488EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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