Html Css Color HEX #1287FB Dodger Blue

📋 copy color: '#1287FB'

red 18 ◦ green 135 ◦ blue 251

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

Shades of Dodger Blue #1287FB

Tints of Dodger Blue #1287FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.13%

R = 4.46%
G = 33.42%
B = 62.13%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1287FB (or 0x1287FB) is known color: Dodger Blue. HEX triplet: 12, 87 and FB. RGB value is (18,135,251). Sum of RGB (Red+Green+Blue) = 18+135+251=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #1287FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287FB is #ED7804. Grayscale: #707070. Windows color (decimal): -15562757 or 16484114. OLE color: 16484114.

HSL color Cylindrical-coordinate representation of color #1287FB: hue angle of 209.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1287FB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 135 251 -
CMYK 0.93 0.46 0 0.02
HSL 209.87º 0.97% 0.53% -
HSV(B) 209.87º 0.93% 0.98% -
XYZ 26.33 24.42 94.59 -
YUV 113.24 205.74 60.07 -
System Red Green Blue C M Y K H S L
Decimal 18 135 251 0.93 0.46 0 0.02 209.87 0.97 0.53
Hex 12 87 FB 5D 2E 0 2 D2 61 35
Octal 22 207 373 135 56 0 2 322 141 65
Binary 10010 10000111 11111011 1011101 101110 0 10 11010010 1100001 110101

Color Harmonies of #1287FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287FB

Black with #1287FB

Text Example


Text Example

White with #1287FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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