Html Css Color HEX #1E6BDD Denim

📋 copy color: '#1E6BDD'

red 30 ◦ green 107 ◦ blue 221

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

Shades of Denim #1E6BDD

Tints of Denim #1E6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 221 (86.72% from 255) = 61.73%

R = 8.38%
G = 29.89%
B = 61.73%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E6BDD (or 0x1E6BDD) is known color: Denim. HEX triplet: 1E, 6B and DD. RGB value is (30,107,221). Sum of RGB (Red+Green+Blue) = 30+107+221=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E6BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6BDD is #E19422. Grayscale: #606060. Windows color (decimal): -14783523 or 14510878. OLE color: 14510878.

HSL color Cylindrical-coordinate representation of color #1E6BDD: hue angle of 215.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6BDD is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 107 221 -
CMYK 0.86 0.52 0 0.13
HSL 215.81º 0.76% 0.49% -
HSV(B) 215.81º 0.86% 0.87% -
XYZ 18.84 16.01 70.5 -
YUV 96.97 197.99 80.23 -
System Red Green Blue C M Y K H S L
Decimal 30 107 221 0.86 0.52 0 0.13 215.81 0.76 0.49
Hex 1E 6B DD 56 34 0 D D8 4C 31
Octal 36 153 335 126 64 0 15 330 114 61
Binary 11110 1101011 11011101 1010110 110100 0 1101 11011000 1001100 110001

Color Harmonies of #1E6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6BDD

Black with #1E6BDD

Text Example


Text Example

White with #1E6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,107,221); }

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

background-color css

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

 a { background-color: rgb(30,107,221); }

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

border-color css

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

 span { border-color: rgb(30,107,221); }

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