Html Css Color HEX #1255CD Denim

📋 copy color: '#1255CD'

red 18 ◦ green 85 ◦ blue 205

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

Shades of Denim #1255CD

Tints of Denim #1255CD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 5.84%
G = 27.6%
B = 66.56%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1255CD (or 0x1255CD) is known color: Denim. HEX triplet: 12, 55 and CD. RGB value is (18,85,205). Sum of RGB (Red+Green+Blue) = 18+85+205=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #1255CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1255CD is #EDAA32. Grayscale: #4E4E4E. Windows color (decimal): -15575603 or 13456658. OLE color: 13456658.

HSL color Cylindrical-coordinate representation of color #1255CD: hue angle of 218.5º 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 #1255CD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 85 205 -
CMYK 0.91 0.59 0 0.20
HSL 218.5º 0.84% 0.44% -
HSV(B) 218.5º 0.91% 0.8% -
XYZ 14.52 11.03 59.12 -
YUV 78.65 199.3 84.74 -
System Red Green Blue C M Y K H S L
Decimal 18 85 205 0.91 0.59 0 0.20 218.5 0.84 0.44
Hex 12 55 CD 5B 3B 0 14 DB 54 2C
Octal 22 125 315 133 73 0 24 333 124 54
Binary 10010 1010101 11001101 1011011 111011 0 10100 11011011 1010100 101100

Color Harmonies of #1255CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1255CD

Black with #1255CD

Text Example


Text Example

White with #1255CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1255CD; }

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

 H1.HeaderClassName
 {
   color: #1255CD;
 }
 .AnyTagClassName
 {
   color: #1255CD;
 }
</style>

background-color css

<style>
 a { background-color: #1255CD; }

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

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

border-color css

<style>
 span { border-color: #1255CD; }

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

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