Html Css Color HEX #1488FF Dodger Blue

📋 copy color: '#1488FF'

red 20 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1488FF

Tints of Dodger Blue #1488FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.04%

R = 4.87%
G = 33.09%
B = 62.04%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1488FF (or 0x1488FF) is known color: Dodger Blue. HEX triplet: 14, 88 and FF. RGB value is (20,136,255). Sum of RGB (Red+Green+Blue) = 20+136+255=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #1488FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488FF is #EB7700. Grayscale: #727272. Windows color (decimal): -15431425 or 16746516. OLE color: 16746516.

HSL color Cylindrical-coordinate representation of color #1488FF: hue angle of 210.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1488FF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 136 255 -
CMYK 0.92 0.47 0 0
HSL 210.38º 1% 0.54% -
HSV(B) 210.38º 0.92% 1% -
XYZ 27.14 24.98 98 -
YUV 114.88 207.07 60.32 -
System Red Green Blue C M Y K H S L
Decimal 20 136 255 0.92 0.47 0 0 210.38 1 0.54
Hex 14 88 FF 5C 2F 0 0 D2 64 36
Octal 24 210 377 134 57 0 0 322 144 66
Binary 10100 10001000 11111111 1011100 101111 0 0 11010010 1100100 110110

Color Harmonies of #1488FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488FF

Black with #1488FF

Text Example


Text Example

White with #1488FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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