Html Css Color HEX #1865D8 Denim

📋 copy color: '#1865D8'

red 24 ◦ green 101 ◦ blue 216

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

Shades of Denim #1865D8

Tints of Denim #1865D8

RGB

 RED value IS 24 (9.77% from 255) = 7.04%

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 7.04%
G = 29.62%
B = 63.34%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1865D8 (or 0x1865D8) is known color: Denim. HEX triplet: 18, 65 and D8. RGB value is (24,101,216). Sum of RGB (Red+Green+Blue) = 24+101+216=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #1865D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865D8 is #E79A27. Grayscale: #5A5A5A. Windows color (decimal): -15178280 or 14181656. OLE color: 14181656.

HSL color Cylindrical-coordinate representation of color #1865D8: hue angle of 215.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1865D8 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 101 216 -
CMYK 0.89 0.53 0 0.15
HSL 215.94º 0.8% 0.47% -
HSV(B) 215.94º 0.89% 0.85% -
XYZ 17.43 14.46 66.84 -
YUV 91.09 198.49 80.15 -
System Red Green Blue C M Y K H S L
Decimal 24 101 216 0.89 0.53 0 0.15 215.94 0.8 0.47
Hex 18 65 D8 59 35 0 F D8 50 2F
Octal 30 145 330 131 65 0 17 330 120 57
Binary 11000 1100101 11011000 1011001 110101 0 1111 11011000 1010000 101111

Color Harmonies of #1865D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865D8

Black with #1865D8

Text Example


Text Example

White with #1865D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1865D8; }

 p { color: rgb(24,101,216); }

 H1.HeaderClassName
 {
   color: #1865D8;
 }
 .AnyTagClassName
 {
   color: #1865D8;
 }
</style>

background-color css

<style>
 a { background-color: #1865D8; }

 a { background-color: rgb(24,101,216); }

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

border-color css

<style>
 span { border-color: #1865D8; }

 span { border-color: rgb(24,101,216); }

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