Html Css Color HEX #125EFF Dodger Blue

📋 copy color: '#125EFF'

red 18 ◦ green 94 ◦ blue 255

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

Shades of Dodger Blue #125EFF

Tints of Dodger Blue #125EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 4.9%
G = 25.61%
B = 69.48%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#125EFF (or 0x125EFF) is known color: Dodger Blue. HEX triplet: 12, 5E and FF. RGB value is (18,94,255). Sum of RGB (Red+Green+Blue) = 18+94+255=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #125EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125EFF is #EDA100. Grayscale: #585858. Windows color (decimal): -15573249 or 16735762. OLE color: 16735762.

HSL color Cylindrical-coordinate representation of color #125EFF: hue angle of 220.76º 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 #125EFF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 18 94 255 -
CMYK 0.93 0.63 0 0
HSL 220.76º 1% 0.54% -
HSV(B) 220.76º 0.93% 1% -
XYZ 22.3 15.35 96.4 -
YUV 89.63 221.32 76.91 -
System Red Green Blue C M Y K H S L
Decimal 18 94 255 0.93 0.63 0 0 220.76 1 0.54
Hex 12 5E FF 5D 3F 0 0 DD 64 36
Octal 22 136 377 135 77 0 0 335 144 66
Binary 10010 1011110 11111111 1011101 111111 0 0 11011101 1100100 110110

Color Harmonies of #125EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125EFF

Black with #125EFF

Text Example


Text Example

White with #125EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #125EFF;
 }
 .AnyTagClassName
 {
   color: #125EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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