Html Css Color HEX #1E6FD0 Denim

📋 copy color: '#1E6FD0'

red 30 ◦ green 111 ◦ blue 208

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

Shades of Denim #1E6FD0

Tints of Denim #1E6FD0

RGB

 RED value IS 30 (12.11% from 255) = 8.6%

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 208 (81.64% from 255) = 59.6%

R = 8.6%
G = 31.81%
B = 59.6%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1E6FD0 (or 0x1E6FD0) is known color: Denim. HEX triplet: 1E, 6F and D0. RGB value is (30,111,208). Sum of RGB (Red+Green+Blue) = 30+111+208=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #1E6FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6FD0 is #E1902F. Grayscale: #616161. Windows color (decimal): -14782512 or 13659934. OLE color: 13659934.

HSL color Cylindrical-coordinate representation of color #1E6FD0: hue angle of 212.7º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6FD0 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 111 208 -
CMYK 0.86 0.47 0 0.18
HSL 212.7º 0.75% 0.47% -
HSV(B) 212.7º 0.86% 0.82% -
XYZ 17.61 16.2 61.87 -
YUV 97.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 30 111 208 0.86 0.47 0 0.18 212.7 0.75 0.47
Hex 1E 6F D0 56 2F 0 12 D5 4B 2F
Octal 36 157 320 126 57 0 22 325 113 57
Binary 11110 1101111 11010000 1010110 101111 0 10010 11010101 1001011 101111

Color Harmonies of #1E6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FD0

Black with #1E6FD0

Text Example


Text Example

White with #1E6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E6FD0; }

 p { color: rgb(30,111,208); }

 H1.HeaderClassName
 {
   color: #1E6FD0;
 }
 .AnyTagClassName
 {
   color: #1E6FD0;
 }
</style>

background-color css

<style>
 a { background-color: #1E6FD0; }

 a { background-color: rgb(30,111,208); }

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

border-color css

<style>
 span { border-color: #1E6FD0; }

 span { border-color: rgb(30,111,208); }

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