Html Css Color HEX #125CCF Denim

📋 copy color: '#125CCF'

red 18 ◦ green 92 ◦ blue 207

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

Shades of Denim #125CCF

Tints of Denim #125CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 5.68%
G = 29.02%
B = 65.3%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#125CCF (or 0x125CCF) is known color: Denim. HEX triplet: 12, 5C and CF. RGB value is (18,92,207). Sum of RGB (Red+Green+Blue) = 18+92+207=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #125CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CCF is #EDA330. Grayscale: #525252. Windows color (decimal): -15573809 or 13589522. OLE color: 13589522.

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

Color convert

RGB 18 92 207 -
CMYK 0.91 0.56 0 0.19
HSL 216.51º 0.84% 0.44% -
HSV(B) 216.51º 0.91% 0.81% -
XYZ 15.34 12.29 60.59 -
YUV 82.98 197.98 81.65 -
System Red Green Blue C M Y K H S L
Decimal 18 92 207 0.91 0.56 0 0.19 216.51 0.84 0.44
Hex 12 5C CF 5B 38 0 13 D9 54 2C
Octal 22 134 317 133 70 0 23 331 124 54
Binary 10010 1011100 11001111 1011011 111000 0 10011 11011001 1010100 101100

Color Harmonies of #125CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125CCF

Black with #125CCF

Text Example


Text Example

White with #125CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,92,207); }

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

background-color css

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

 a { background-color: rgb(18,92,207); }

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

border-color css

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

 span { border-color: rgb(18,92,207); }

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