Html Css Color HEX #1292F5 Dodger Blue

📋 copy color: '#1292F5'

red 18 ◦ green 146 ◦ blue 245

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

Shades of Dodger Blue #1292F5

Tints of Dodger Blue #1292F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 59.9%

R = 4.4%
G = 35.7%
B = 59.9%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1292F5 (or 0x1292F5) is known color: Dodger Blue. HEX triplet: 12, 92 and F5. RGB value is (18,146,245). Sum of RGB (Red+Green+Blue) = 18+146+245=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 245 (96.09% from 255 or 59.90% from 409); Max value from RGB is 245 - color contains mainly: blue. Hex color #1292F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1292F5 is #ED6D0A. Grayscale: #767676. Windows color (decimal): -15559947 or 16093714. OLE color: 16093714.

HSL color Cylindrical-coordinate representation of color #1292F5: hue angle of 206.17º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1292F5 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 146 245 -
CMYK 0.93 0.40 0 0.04
HSL 206.17º 0.92% 0.52% -
HSV(B) 206.17º 0.93% 0.96% -
XYZ 27.01 27.28 90.23 -
YUV 119.01 199.09 55.95 -
System Red Green Blue C M Y K H S L
Decimal 18 146 245 0.93 0.40 0 0.04 206.17 0.92 0.52
Hex 12 92 F5 5D 28 0 4 CE 5C 34
Octal 22 222 365 135 50 0 4 316 134 64
Binary 10010 10010010 11110101 1011101 101000 0 100 11001110 1011100 110100

Color Harmonies of #1292F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1292F5

Black with #1292F5

Text Example


Text Example

White with #1292F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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