Html Css Color HEX #1F5FDD Denim

📋 copy color: '#1F5FDD'

red 31 ◦ green 95 ◦ blue 221

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

Shades of Denim #1F5FDD

Tints of Denim #1F5FDD

RGB

 RED value IS 31 (12.5% from 255) = 8.93%

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 8.93%
G = 27.38%
B = 63.69%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F5FDD (or 0x1F5FDD) is known color: Denim. HEX triplet: 1F, 5F and DD. RGB value is (31,95,221). Sum of RGB (Red+Green+Blue) = 31+95+221=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5FDD is #E0A022. Grayscale: #595959. Windows color (decimal): -14721059 or 14507807. OLE color: 14507807.

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

Color convert

RGB 31 95 221 -
CMYK 0.86 0.57 0 0.13
HSL 219.79º 0.75% 0.49% -
HSV(B) 219.79º 0.86% 0.87% -
XYZ 17.71 13.7 70.12 -
YUV 90.23 201.8 85.75 -
System Red Green Blue C M Y K H S L
Decimal 31 95 221 0.86 0.57 0 0.13 219.79 0.75 0.49
Hex 1F 5F DD 56 39 0 D DC 4B 31
Octal 37 137 335 126 71 0 15 334 113 61
Binary 11111 1011111 11011101 1010110 111001 0 1101 11011100 1001011 110001

Color Harmonies of #1F5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5FDD

Black with #1F5FDD

Text Example


Text Example

White with #1F5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,95,221); }

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

background-color css

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

 a { background-color: rgb(31,95,221); }

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

border-color css

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

 span { border-color: rgb(31,95,221); }

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