Html Css Color HEX #1F77CF Denim

📋 copy color: '#1F77CF'

red 31 ◦ green 119 ◦ blue 207

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

Shades of Denim #1F77CF

Tints of Denim #1F77CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 8.68%
G = 33.33%
B = 57.98%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F77CF (or 0x1F77CF) is known color: Denim. HEX triplet: 1F, 77 and CF. RGB value is (31,119,207). Sum of RGB (Red+Green+Blue) = 31+119+207=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F77CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F77CF is #E08830. Grayscale: #666666. Windows color (decimal): -14714929 or 13596447. OLE color: 13596447.

HSL color Cylindrical-coordinate representation of color #1F77CF: hue angle of 210º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F77CF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 119 207 -
CMYK 0.85 0.43 0 0.19
HSL 210º 0.74% 0.47% -
HSV(B) 210º 0.85% 0.81% -
XYZ 18.42 17.99 61.53 -
YUV 102.72 186.85 76.84 -
System Red Green Blue C M Y K H S L
Decimal 31 119 207 0.85 0.43 0 0.19 210 0.74 0.47
Hex 1F 77 CF 55 2B 0 13 D2 4A 2F
Octal 37 167 317 125 53 0 23 322 112 57
Binary 11111 1110111 11001111 1010101 101011 0 10011 11010010 1001010 101111

Color Harmonies of #1F77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F77CF

Black with #1F77CF

Text Example


Text Example

White with #1F77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,207); }

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

background-color css

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

 a { background-color: rgb(31,119,207); }

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

border-color css

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

 span { border-color: rgb(31,119,207); }

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