Html Css Color HEX #1F18CE Medium Blue

📋 copy color: '#1F18CE'

red 31 ◦ green 24 ◦ blue 206

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

Shades of Medium Blue #1F18CE

Tints of Medium Blue #1F18CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.2%

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

R = 11.88%
G = 9.2%
B = 78.93%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F18CE (or 0x1F18CE) is known color: Medium Blue. HEX triplet: 1F, 18 and CE. RGB value is (31,24,206). Sum of RGB (Red+Green+Blue) = 31+24+206=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F18CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18CE is #E0E731. Grayscale: #2E2E2E. Windows color (decimal): -14739250 or 13506591. OLE color: 13506591.

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

Color convert

RGB 31 24 206 -
CMYK 0.85 0.88 0 0.19
HSL 242.31º 0.79% 0.45% -
HSV(B) 242.31º 0.88% 0.81% -
XYZ 12.03 5.4 58.8 -
YUV 46.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 31 24 206 0.85 0.88 0 0.19 242.31 0.79 0.45
Hex 1F 18 CE 55 58 0 13 F2 4F 2D
Octal 37 30 316 125 130 0 23 362 117 55
Binary 11111 11000 11001110 1010101 1011000 0 10011 11110010 1001111 101101

Color Harmonies of #1F18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18CE

Black with #1F18CE

Text Example


Text Example

White with #1F18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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