Html Css Color HEX #1292EF Dodger Blue

📋 copy color: '#1292EF'

red 18 ◦ green 146 ◦ blue 239

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

Shades of Dodger Blue #1292EF

Tints of Dodger Blue #1292EF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

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

R = 4.47%
G = 36.23%
B = 59.31%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1292EF (or 0x1292EF) is known color: Dodger Blue. HEX triplet: 12, 92 and EF. RGB value is (18,146,239). Sum of RGB (Red+Green+Blue) = 18+146+239=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #1292EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1292EF is #ED6D10. Grayscale: #757575. Windows color (decimal): -15559953 or 15700498. OLE color: 15700498.

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

Color convert

RGB 18 146 239 -
CMYK 0.92 0.39 0 0.06
HSL 205.25º 0.87% 0.5% -
HSV(B) 205.25º 0.92% 0.94% -
XYZ 26.11 26.92 85.48 -
YUV 118.33 196.09 56.44 -
System Red Green Blue C M Y K H S L
Decimal 18 146 239 0.92 0.39 0 0.06 205.25 0.87 0.5
Hex 12 92 EF 5C 27 0 6 CD 57 32
Octal 22 222 357 134 47 0 6 315 127 62
Binary 10010 10010010 11101111 1011100 100111 0 110 11001101 1010111 110010

Color Harmonies of #1292EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1292EF

Black with #1292EF

Text Example


Text Example

White with #1292EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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