Html Css Color HEX #1292DF Dodger Blue

📋 copy color: '#1292DF'

red 18 ◦ green 146 ◦ blue 223

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

Shades of Dodger Blue #1292DF

Tints of Dodger Blue #1292DF

RGB

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

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

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

R = 4.65%
G = 37.73%
B = 57.62%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1292DF (or 0x1292DF) is known color: Dodger Blue. HEX triplet: 12, 92 and DF. RGB value is (18,146,223). Sum of RGB (Red+Green+Blue) = 18+146+223=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #1292DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1292DF is #ED6D20. Grayscale: #747474. Windows color (decimal): -15559969 or 14651922. OLE color: 14651922.

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

Color convert

RGB 18 146 223 -
CMYK 0.92 0.35 0 0.13
HSL 202.54º 0.85% 0.47% -
HSV(B) 202.54º 0.92% 0.87% -
XYZ 23.85 26.01 73.58 -
YUV 116.51 188.09 57.74 -
System Red Green Blue C M Y K H S L
Decimal 18 146 223 0.92 0.35 0 0.13 202.54 0.85 0.47
Hex 12 92 DF 5C 23 0 D CB 55 2F
Octal 22 222 337 134 43 0 15 313 125 57
Binary 10010 10010010 11011111 1011100 100011 0 1101 11001011 1010101 101111

Color Harmonies of #1292DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1292DF

Black with #1292DF

Text Example


Text Example

White with #1292DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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