Html Css Color HEX #1287DF Dodger Blue

📋 copy color: '#1287DF'

red 18 ◦ green 135 ◦ blue 223

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

Shades of Dodger Blue #1287DF

Tints of Dodger Blue #1287DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 4.79%
G = 35.9%
B = 59.31%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1287DF (or 0x1287DF) is known color: Dodger Blue. HEX triplet: 12, 87 and DF. RGB value is (18,135,223). Sum of RGB (Red+Green+Blue) = 18+135+223=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #1287DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287DF is #ED7820. Grayscale: #6D6D6D. Windows color (decimal): -15562785 or 14649106. OLE color: 14649106.

HSL color Cylindrical-coordinate representation of color #1287DF: hue angle of 205.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1287DF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 135 223 -
CMYK 0.92 0.39 0 0.13
HSL 205.76º 0.85% 0.47% -
HSV(B) 205.76º 0.92% 0.87% -
XYZ 22.23 22.78 73.04 -
YUV 110.05 191.74 62.34 -
System Red Green Blue C M Y K H S L
Decimal 18 135 223 0.92 0.39 0 0.13 205.76 0.85 0.47
Hex 12 87 DF 5C 27 0 D CE 55 2F
Octal 22 207 337 134 47 0 15 316 125 57
Binary 10010 10000111 11011111 1011100 100111 0 1101 11001110 1010101 101111

Color Harmonies of #1287DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1287DF

Black with #1287DF

Text Example


Text Example

White with #1287DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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