Html Css Color HEX #1287EF Dodger Blue

📋 copy color: '#1287EF'

red 18 ◦ green 135 ◦ blue 239

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

Shades of Dodger Blue #1287EF

Tints of Dodger Blue #1287EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 4.59%
G = 34.44%
B = 60.97%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1287EF (or 0x1287EF) is known color: Dodger Blue. HEX triplet: 12, 87 and EF. RGB value is (18,135,239). Sum of RGB (Red+Green+Blue) = 18+135+239=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1287EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287EF is #ED7810. Grayscale: #6F6F6F. Windows color (decimal): -15562769 or 15697682. OLE color: 15697682.

HSL color Cylindrical-coordinate representation of color #1287EF: hue angle of 208.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1287EF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 135 239 -
CMYK 0.92 0.44 0 0.06
HSL 208.24º 0.87% 0.5% -
HSV(B) 208.24º 0.92% 0.94% -
XYZ 24.49 23.69 84.94 -
YUV 111.87 199.74 61.04 -
System Red Green Blue C M Y K H S L
Decimal 18 135 239 0.92 0.44 0 0.06 208.24 0.87 0.5
Hex 12 87 EF 5C 2C 0 6 D0 57 32
Octal 22 207 357 134 54 0 6 320 127 62
Binary 10010 10000111 11101111 1011100 101100 0 110 11010000 1010111 110010

Color Harmonies of #1287EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287EF

Black with #1287EF

Text Example


Text Example

White with #1287EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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