#125DFF

Color #125DFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #125DFF

Tints of Dodger Blue #125DFF

Color information

#125DFF (or 0x125DFF) is unknown color: approx Dodger Blue. HEX triplet: 12, 5D and FF. RGB value is (18,93,255). Sum of RGB (Red+Green+Blue) = 18+93+255=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #125DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125DFF is #EDA200. Grayscale: #585858. Windows color (decimal): -15573505 or 16735506. OLE color: 16735506.

HSL color Cylindrical-coordinate representation of color #125DFF: hue angle of 221.01º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125DFF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1893255-
CMYK0.930.6400
HSL221.01º100%53.53%-
HSV(B)221.01º92.94%100%-
XYZ22.2115.1896.37-
YUV89.04221.6577.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.92%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 255 (100% from 255) = 69.67%
R=4.92%
G=25.41%
B=69.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18932550.930.6400221.0110053.53
Hex125DFF5D4000dd6436
Octal221353771351000033514466
Binary100101011101111111111011101100000000110111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125DFF; }

 p { color: rgb(18,93,255); }

 H1.HeaderClassName
 {
   color: #125DFF;
 }
 .AnyTagClassName
 {
   color: #125DFF;
 }
</style>
background-color css

<style>
 a { background-color: #125DFF; }

 a { background-color: rgb(18,93,255); }

 div.DivClassName
 {
   background-color: #125DFF;
 }
 .BgClassName
 {
   background-color: #125DFF;
 }
</style>
border-color css

<style>
 span { border-color: #125DFF; }

 span { border-color: rgb(18,93,255); }

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