Html Css Color HEX #1E63DD Denim

📋 copy color: '#1E63DD'

red 30 ◦ green 99 ◦ blue 221

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

Shades of Denim #1E63DD

Tints of Denim #1E63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 8.57%
G = 28.29%
B = 63.14%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E63DD (or 0x1E63DD) is known color: Denim. HEX triplet: 1E, 63 and DD. RGB value is (30,99,221). Sum of RGB (Red+Green+Blue) = 30+99+221=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E63DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E63DD is #E19C22. Grayscale: #5B5B5B. Windows color (decimal): -14785571 or 14508830. OLE color: 14508830.

HSL color Cylindrical-coordinate representation of color #1E63DD: hue angle of 218.32º 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 #1E63DD is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 99 221 -
CMYK 0.86 0.55 0 0.13
HSL 218.32º 0.76% 0.49% -
HSV(B) 218.32º 0.86% 0.87% -
XYZ 18.05 14.42 70.24 -
YUV 92.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 30 99 221 0.86 0.55 0 0.13 218.32 0.76 0.49
Hex 1E 63 DD 56 37 0 D DA 4C 31
Octal 36 143 335 126 67 0 15 332 114 61
Binary 11110 1100011 11011101 1010110 110111 0 1101 11011010 1001100 110001

Color Harmonies of #1E63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E63DD

Black with #1E63DD

Text Example


Text Example

White with #1E63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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