Html Css Color HEX #1865CF Denim

📋 copy color: '#1865CF'

red 24 ◦ green 101 ◦ blue 207

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

Shades of Denim #1865CF

Tints of Denim #1865CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.35%

R = 7.23%
G = 30.42%
B = 62.35%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1865CF (or 0x1865CF) is known color: Denim. HEX triplet: 18, 65 and CF. RGB value is (24,101,207). Sum of RGB (Red+Green+Blue) = 24+101+207=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #1865CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865CF is #E79A30. Grayscale: #595959. Windows color (decimal): -15178289 or 13591832. OLE color: 13591832.

HSL color Cylindrical-coordinate representation of color #1865CF: hue angle of 214.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1865CF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 101 207 -
CMYK 0.88 0.51 0 0.19
HSL 214.75º 0.79% 0.45% -
HSV(B) 214.75º 0.88% 0.81% -
XYZ 16.29 14.01 60.88 -
YUV 90.06 193.99 80.88 -
System Red Green Blue C M Y K H S L
Decimal 24 101 207 0.88 0.51 0 0.19 214.75 0.79 0.45
Hex 18 65 CF 58 33 0 13 D7 4F 2D
Octal 30 145 317 130 63 0 23 327 117 55
Binary 11000 1100101 11001111 1011000 110011 0 10011 11010111 1001111 101101

Color Harmonies of #1865CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1865CF

Black with #1865CF

Text Example


Text Example

White with #1865CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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