Html Css Color HEX #1770CE Denim

📋 copy color: '#1770CE'

red 23 ◦ green 112 ◦ blue 206

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

Shades of Denim #1770CE

Tints of Denim #1770CE

RGB

 RED value IS 23 (9.38% from 255) = 6.74%

 GREEN value IS 112 (44.14% from 255) = 32.84%

 BLUE value IS 206 (80.86% from 255) = 60.41%

R = 6.74%
G = 32.84%
B = 60.41%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1770CE (or 0x1770CE) is known color: Denim. HEX triplet: 17, 70 and CE. RGB value is (23,112,206). Sum of RGB (Red+Green+Blue) = 23+112+206=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #1770CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770CE is #E88F31. Grayscale: #5F5F5F. Windows color (decimal): -15241010 or 13529111. OLE color: 13529111.

HSL color Cylindrical-coordinate representation of color #1770CE: hue angle of 210.82º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1770CE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 112 206 -
CMYK 0.89 0.46 0 0.19
HSL 210.82º 0.8% 0.45% -
HSV(B) 210.82º 0.89% 0.81% -
XYZ 17.29 16.23 60.61 -
YUV 96.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 23 112 206 0.89 0.46 0 0.19 210.82 0.8 0.45
Hex 17 70 CE 59 2E 0 13 D3 50 2D
Octal 27 160 316 131 56 0 23 323 120 55
Binary 10111 1110000 11001110 1011001 101110 0 10011 11010011 1010000 101101

Color Harmonies of #1770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770CE

Black with #1770CE

Text Example


Text Example

White with #1770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1770CE; }

 p { color: rgb(23,112,206); }

 H1.HeaderClassName
 {
   color: #1770CE;
 }
 .AnyTagClassName
 {
   color: #1770CE;
 }
</style>

background-color css

<style>
 a { background-color: #1770CE; }

 a { background-color: rgb(23,112,206); }

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

border-color css

<style>
 span { border-color: #1770CE; }

 span { border-color: rgb(23,112,206); }

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