Html Css Color HEX #1288FE Dodger Blue

📋 copy color: '#1288FE'

red 18 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #1288FE

Tints of Dodger Blue #1288FE

RGB

 RED value IS 18 (7.42% from 255) = 4.41%

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

 BLUE value IS 254 (99.61% from 255) = 62.25%

R = 4.41%
G = 33.33%
B = 62.25%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1288FE (or 0x1288FE) is known color: Dodger Blue. HEX triplet: 12, 88 and FE. RGB value is (18,136,254). Sum of RGB (Red+Green+Blue) = 18+136+254=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #1288FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1288FE is #ED7701. Grayscale: #717171. Windows color (decimal): -15562498 or 16680978. OLE color: 16680978.

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

Color convert

RGB 18 136 254 -
CMYK 0.93 0.46 0 0.00
HSL 210º 0.99% 0.53% -
HSV(B) 210º 0.93% 1% -
XYZ 26.94 24.89 97.15 -
YUV 114.17 206.91 59.41 -
System Red Green Blue C M Y K H S L
Decimal 18 136 254 0.93 0.46 0 0.00 210 0.99 0.53
Hex 12 88 FE 5D 2E 0 0 D2 63 35
Octal 22 210 376 135 56 0 0 322 143 65
Binary 10010 10001000 11111110 1011101 101110 0 0 11010010 1100011 110101

Color Harmonies of #1288FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1288FE

Black with #1288FE

Text Example


Text Example

White with #1288FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1288FE; }

 p { color: rgb(18,136,254); }

 H1.HeaderClassName
 {
   color: #1288FE;
 }
 .AnyTagClassName
 {
   color: #1288FE;
 }
</style>

background-color css

<style>
 a { background-color: #1288FE; }

 a { background-color: rgb(18,136,254); }

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

border-color css

<style>
 span { border-color: #1288FE; }

 span { border-color: rgb(18,136,254); }

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