Html Css Color HEX #1281EF Dodger Blue

📋 copy color: '#1281EF'

red 18 ◦ green 129 ◦ blue 239

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

Shades of Dodger Blue #1281EF

Tints of Dodger Blue #1281EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 4.66%
G = 33.42%
B = 61.92%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1281EF (or 0x1281EF) is known color: Dodger Blue. HEX triplet: 12, 81 and EF. RGB value is (18,129,239). Sum of RGB (Red+Green+Blue) = 18+129+239=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #1281EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1281EF is #ED7E10. Grayscale: #6B6B6B. Windows color (decimal): -15564305 or 15696146. OLE color: 15696146.

HSL color Cylindrical-coordinate representation of color #1281EF: hue angle of 209.86º 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 #1281EF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 129 239 -
CMYK 0.92 0.46 0 0.06
HSL 209.86º 0.87% 0.5% -
HSV(B) 209.86º 0.92% 0.94% -
XYZ 23.68 22.06 84.67 -
YUV 108.35 201.73 63.56 -
System Red Green Blue C M Y K H S L
Decimal 18 129 239 0.92 0.46 0 0.06 209.86 0.87 0.5
Hex 12 81 EF 5C 2E 0 6 D2 57 32
Octal 22 201 357 134 56 0 6 322 127 62
Binary 10010 10000001 11101111 1011100 101110 0 110 11010010 1010111 110010

Color Harmonies of #1281EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1281EF

Black with #1281EF

Text Example


Text Example

White with #1281EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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