Html Css Color HEX #125FFF Dodger Blue

📋 copy color: '#125FFF'

red 18 ◦ green 95 ◦ blue 255

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

Shades of Dodger Blue #125FFF

Tints of Dodger Blue #125FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 4.89%
G = 25.82%
B = 69.29%

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

#125FFF (or 0x125FFF) is known color: Dodger Blue. HEX triplet: 12, 5F and FF. RGB value is (18,95,255). Sum of RGB (Red+Green+Blue) = 18+95+255=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #125FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #125FFF is #EDA000. Grayscale: #595959. Windows color (decimal): -15572993 or 16736018. OLE color: 16736018.

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

Color convert

RGB 18 95 255 -
CMYK 0.93 0.63 0 0
HSL 220.51º 1% 0.54% -
HSV(B) 220.51º 0.93% 1% -
XYZ 22.39 15.53 96.43 -
YUV 90.22 220.99 76.49 -
System Red Green Blue C M Y K H S L
Decimal 18 95 255 0.93 0.63 0 0 220.51 1 0.54
Hex 12 5F FF 5D 3F 0 0 DD 64 36
Octal 22 137 377 135 77 0 0 335 144 66
Binary 10010 1011111 11111111 1011101 111111 0 0 11011101 1100100 110110

Color Harmonies of #125FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125FFF

Black with #125FFF

Text Example


Text Example

White with #125FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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