Html Css Color HEX #1F70CA Denim

📋 copy color: '#1F70CA'

red 31 ◦ green 112 ◦ blue 202

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

Shades of Denim #1F70CA

Tints of Denim #1F70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 8.99%
G = 32.46%
B = 58.55%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1F70CA (or 0x1F70CA) is known color: Denim. HEX triplet: 1F, 70 and CA. RGB value is (31,112,202). Sum of RGB (Red+Green+Blue) = 31+112+202=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F70CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F70CA is #E08F35. Grayscale: #616161. Windows color (decimal): -14716726 or 13266975. OLE color: 13266975.

HSL color Cylindrical-coordinate representation of color #1F70CA: hue angle of 211.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F70CA is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 112 202 -
CMYK 0.85 0.45 0 0.21
HSL 211.58º 0.73% 0.46% -
HSV(B) 211.58º 0.85% 0.79% -
XYZ 17.02 16.14 58.1 -
YUV 98.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 31 112 202 0.85 0.45 0 0.21 211.58 0.73 0.46
Hex 1F 70 CA 55 2D 0 15 D4 49 2E
Octal 37 160 312 125 55 0 25 324 111 56
Binary 11111 1110000 11001010 1010101 101101 0 10101 11010100 1001001 101110

Color Harmonies of #1F70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F70CA

Black with #1F70CA

Text Example


Text Example

White with #1F70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,112,202); }

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

background-color css

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

 a { background-color: rgb(31,112,202); }

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

border-color css

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

 span { border-color: rgb(31,112,202); }

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