Html Css Color HEX #1F0ACE Medium Blue

📋 copy color: '#1F0ACE'

red 31 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #1F0ACE

Tints of Medium Blue #1F0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 206 (80.86% from 255) = 83.4%

R = 12.55%
G = 4.05%
B = 83.4%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F0ACE (or 0x1F0ACE) is known color: Medium Blue. HEX triplet: 1F, 0A and CE. RGB value is (31,10,206). Sum of RGB (Red+Green+Blue) = 31+10+206=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ACE is #E0F531. Grayscale: #252525. Windows color (decimal): -14742834 or 13503007. OLE color: 13503007.

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

Color convert

RGB 31 10 206 -
CMYK 0.85 0.95 0 0.19
HSL 246.43º 0.91% 0.42% -
HSV(B) 246.43º 0.95% 0.81% -
XYZ 11.81 4.96 58.73 -
YUV 38.62 222.46 122.56 -
System Red Green Blue C M Y K H S L
Decimal 31 10 206 0.85 0.95 0 0.19 246.43 0.91 0.42
Hex 1F A CE 55 5F 0 13 F6 5B 2A
Octal 37 12 316 125 137 0 23 366 133 52
Binary 11111 1010 11001110 1010101 1011111 0 10011 11110110 1011011 101010

Color Harmonies of #1F0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0ACE

Black with #1F0ACE

Text Example


Text Example

White with #1F0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,10,206); }

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

background-color css

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

 a { background-color: rgb(31,10,206); }

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

border-color css

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

 span { border-color: rgb(31,10,206); }

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