Html Css Color HEX #125DCD Denim

📋 copy color: '#125DCD'

red 18 ◦ green 93 ◦ blue 205

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

Shades of Denim #125DCD

Tints of Denim #125DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 5.7%
G = 29.43%
B = 64.87%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#125DCD (or 0x125DCD) is known color: Denim. HEX triplet: 12, 5D and CD. RGB value is (18,93,205). Sum of RGB (Red+Green+Blue) = 18+93+205=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #125DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DCD is #EDA232. Grayscale: #525252. Windows color (decimal): -15573555 or 13458706. OLE color: 13458706.

HSL color Cylindrical-coordinate representation of color #125DCD: hue angle of 215.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125DCD is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 93 205 -
CMYK 0.91 0.55 0 0.20
HSL 215.94º 0.84% 0.44% -
HSV(B) 215.94º 0.91% 0.8% -
XYZ 15.18 12.37 59.34 -
YUV 83.34 196.65 81.39 -
System Red Green Blue C M Y K H S L
Decimal 18 93 205 0.91 0.55 0 0.20 215.94 0.84 0.44
Hex 12 5D CD 5B 37 0 14 D8 54 2C
Octal 22 135 315 133 67 0 24 330 124 54
Binary 10010 1011101 11001101 1011011 110111 0 10100 11011000 1010100 101100

Color Harmonies of #125DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125DCD

Black with #125DCD

Text Example


Text Example

White with #125DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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