Html Css Color HEX #1F74CF Denim

📋 copy color: '#1F74CF'

red 31 ◦ green 116 ◦ blue 207

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

Shades of Denim #1F74CF

Tints of Denim #1F74CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

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

R = 8.76%
G = 32.77%
B = 58.47%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F74CF (or 0x1F74CF) is known color: Denim. HEX triplet: 1F, 74 and CF. RGB value is (31,116,207). Sum of RGB (Red+Green+Blue) = 31+116+207=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F74CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F74CF is #E08B30. Grayscale: #646464. Windows color (decimal): -14715697 or 13595679. OLE color: 13595679.

HSL color Cylindrical-coordinate representation of color #1F74CF: hue angle of 211.02º 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 #1F74CF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 116 207 -
CMYK 0.85 0.44 0 0.19
HSL 211.02º 0.74% 0.47% -
HSV(B) 211.02º 0.85% 0.81% -
XYZ 18.07 17.29 61.42 -
YUV 100.96 187.84 78.1 -
System Red Green Blue C M Y K H S L
Decimal 31 116 207 0.85 0.44 0 0.19 211.02 0.74 0.47
Hex 1F 74 CF 55 2C 0 13 D3 4A 2F
Octal 37 164 317 125 54 0 23 323 112 57
Binary 11111 1110100 11001111 1010101 101100 0 10011 11010011 1001010 101111

Color Harmonies of #1F74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F74CF

Black with #1F74CF

Text Example


Text Example

White with #1F74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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