Html Css Color HEX #1F04BE Medium Blue

📋 copy color: '#1F04BE'

red 31 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #1F04BE

Tints of Medium Blue #1F04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

 BLUE value IS 190 (74.61% from 255) = 84.44%

R = 13.78%
G = 1.78%
B = 84.44%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F04BE (or 0x1F04BE) is known color: Medium Blue. HEX triplet: 1F, 04 and BE. RGB value is (31,4,190). Sum of RGB (Red+Green+Blue) = 31+4+190=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F04BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04BE is #E0FB41. Grayscale: #202020. Windows color (decimal): -14744386 or 12452895. OLE color: 12452895.

HSL color Cylindrical-coordinate representation of color #1F04BE: hue angle of 248.71º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04BE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 4 190 -
CMYK 0.84 0.98 0 0.25
HSL 248.71º 0.96% 0.38% -
HSV(B) 248.71º 0.98% 0.75% -
XYZ 9.9 4.1 48.98 -
YUV 33.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 31 4 190 0.84 0.98 0 0.25 248.71 0.96 0.38
Hex 1F 4 BE 54 62 0 19 F9 60 26
Octal 37 4 276 124 142 0 31 371 140 46
Binary 11111 100 10111110 1010100 1100010 0 11001 11111001 1100000 100110

Color Harmonies of #1F04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F04BE

Black with #1F04BE

Text Example


Text Example

White with #1F04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,4,190); }

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

background-color css

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

 a { background-color: rgb(31,4,190); }

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

border-color css

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

 span { border-color: rgb(31,4,190); }

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