Html Css Color HEX #1F18CC Medium Blue

📋 copy color: '#1F18CC'

red 31 ◦ green 24 ◦ blue 204

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

Shades of Medium Blue #1F18CC

Tints of Medium Blue #1F18CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 78.76%

R = 11.97%
G = 9.27%
B = 78.76%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F18CC (or 0x1F18CC) is known color: Medium Blue. HEX triplet: 1F, 18 and CC. RGB value is (31,24,204). Sum of RGB (Red+Green+Blue) = 31+24+204=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 204 (80.08% from 255 or 78.76% from 259); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F18CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18CC is #E0E733. Grayscale: #2D2D2D. Windows color (decimal): -14739252 or 13375519. OLE color: 13375519.

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

Color convert

RGB 31 24 204 -
CMYK 0.85 0.88 0 0.2
HSL 242.33º 0.79% 0.45% -
HSV(B) 242.33º 0.88% 0.8% -
XYZ 11.79 5.3 57.53 -
YUV 46.61 216.82 116.86 -
System Red Green Blue C M Y K H S L
Decimal 31 24 204 0.85 0.88 0 0.2 242.33 0.79 0.45
Hex 1F 18 CC 55 58 0 14 F2 4F 2D
Octal 37 30 314 125 130 0 24 362 117 55
Binary 11111 11000 11001100 1010101 1011000 0 10100 11110010 1001111 101101

Color Harmonies of #1F18CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18CC

Black with #1F18CC

Text Example


Text Example

White with #1F18CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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