Html Css Color HEX #1488FC Dodger Blue

📋 copy color: '#1488FC'

red 20 ◦ green 136 ◦ blue 252

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

Shades of Dodger Blue #1488FC

Tints of Dodger Blue #1488FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 4.9%
G = 33.33%
B = 61.76%

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

#1488FC (or 0x1488FC) is known color: Dodger Blue. HEX triplet: 14, 88 and FC. RGB value is (20,136,252). Sum of RGB (Red+Green+Blue) = 20+136+252=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #1488FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488FC is #EB7703. Grayscale: #717171. Windows color (decimal): -15431428 or 16549908. OLE color: 16549908.

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

Color convert

RGB 20 136 252 -
CMYK 0.92 0.46 0 0.01
HSL 210º 0.97% 0.53% -
HSV(B) 210º 0.92% 0.99% -
XYZ 26.66 24.79 95.47 -
YUV 114.54 205.57 60.57 -
System Red Green Blue C M Y K H S L
Decimal 20 136 252 0.92 0.46 0 0.01 210 0.97 0.53
Hex 14 88 FC 5C 2E 0 1 D2 61 35
Octal 24 210 374 134 56 0 1 322 141 65
Binary 10100 10001000 11111100 1011100 101110 0 1 11010010 1100001 110101

Color Harmonies of #1488FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488FC

Black with #1488FC

Text Example


Text Example

White with #1488FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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