Html Css Color HEX #1287FF Dodger Blue

📋 copy color: '#1287FF'

red 18 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #1287FF

Tints of Dodger Blue #1287FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

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

R = 4.41%
G = 33.09%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1287FF (or 0x1287FF) is known color: Dodger Blue. HEX triplet: 12, 87 and FF. RGB value is (18,135,255). Sum of RGB (Red+Green+Blue) = 18+135+255=408 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.41% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1287FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287FF is #ED7800. Grayscale: #717171. Windows color (decimal): -15562753 or 16746258. OLE color: 16746258.

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

Color convert

RGB 18 135 255 -
CMYK 0.93 0.47 0 0
HSL 210.38º 1% 0.54% -
HSV(B) 210.38º 0.93% 1% -
XYZ 26.96 24.68 97.95 -
YUV 113.7 207.74 59.74 -
System Red Green Blue C M Y K H S L
Decimal 18 135 255 0.93 0.47 0 0 210.38 1 0.54
Hex 12 87 FF 5D 2F 0 0 D2 64 36
Octal 22 207 377 135 57 0 0 322 144 66
Binary 10010 10000111 11111111 1011101 101111 0 0 11010010 1100100 110110

Color Harmonies of #1287FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287FF

Black with #1287FF

Text Example


Text Example

White with #1287FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,135,255); }

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

background-color css

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

 a { background-color: rgb(18,135,255); }

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

border-color css

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

 span { border-color: rgb(18,135,255); }

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